Add more space between tabs, change floating tabs browser-frame-bgcolor value to lwt-accent-color, make rounded corners not default, hide the separator of adjacent tabs, remove active tab bold
This commit is contained in:
parent
3dc125e32b
commit
00fb0e70cb
5 changed files with 20 additions and 23 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
@supports (-moz-bool-pref("uc.tweak.floating-tabs")) {
|
||||
:root {
|
||||
--browser-frame-bgcolor: transparent;
|
||||
--browser-frame-bgcolor: var(--lwt-accent-color);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@supports (not -moz-bool-pref("uc.tweak.disable-rounded-corners")) {
|
||||
@supports (-moz-bool-pref("uc.tweak.rounded-corners")) {
|
||||
:root #browser>#appcontent {
|
||||
margin: 0px 3px 3px 3px;
|
||||
border-radius: 8px;
|
||||
|
|
|
@ -89,16 +89,6 @@ bugs with certain themes eg. dark text on dark background.) */
|
|||
outline-offset: -1px !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab[selected] .tab-label {
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
|
||||
@media (-moz-platform: windows) {
|
||||
.tabbrowser-tab[selected] .tab-label {
|
||||
font-weight: 600 !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* adjust spacing of area above tabs */
|
||||
@media not (-moz-platform: macos) {
|
||||
:root[sizemode="maximized"] #titlebar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue