-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
51 lines (39 loc) · 1004 Bytes
/
custom.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.bookmark-bar .observer {
justify-content: center;
}
.bookmark-bar {
font-size: 14.6px;
}
/* div.toolbar-extensions::before {
display: none;
}
.address-top .mainbar > .toolbar-mainbar .toolbar-extensions:before, .address-top .mainbar > .toolbar-mainbar .page-zoom-controls:before, .address-top .mainbar > .toolbar-mainbar:before {
background-color: transparent;
}
.button-toolbar.newtab {
margin-left: 2px;
}
.toolbar-mainbar {
height: 40px;
border: none;
}
.UrlBar-AddressField {
height: 28px;
}
.bookmark-bar {
height: 24px;
margin-top: -6px;
}
.bookmarkbarItem {
border-radius: 4px !important;
} */
/***************************************** Utils *******************************************/
/* fix offset in input fields */
/* input[type="search"] {
padding: 5px 3px 5px 12px;
}
#PlacesToolbarItems .bookmark-item {
border: 1px solid red;
padding-top: 2px !important;
padding-bottom: 2px !important;
} */