mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-26 22:42:11 -08:00
Clean: Refactoring theme/fully_dark, theme/waterfox
This commit is contained in:
parent
ac42fc9d69
commit
80a2b51a53
3 changed files with 10 additions and 13 deletions
|
|
@ -1443,7 +1443,6 @@
|
|||
#alertSettings > .button-box > .box-inherit {
|
||||
margin: -4px 4px 3px 0 !important;
|
||||
}
|
||||
|
||||
#alertSettings > .button-box > .box-inherit > .button-icon {
|
||||
padding: 1px;
|
||||
}
|
||||
|
|
@ -7558,11 +7557,9 @@
|
|||
/* This button needs to align with the tree above it. */
|
||||
margin-inline-start: 4px;
|
||||
}
|
||||
|
||||
#editBMPanel_newFolderButton:hover {
|
||||
background-color: var(--button-hover-bgcolor);
|
||||
}
|
||||
|
||||
#editBMPanel_newFolderButton:hover:active {
|
||||
background-color: var(--button-active-bgcolor);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -65,8 +65,9 @@ browser[type="content"] > html {
|
|||
}
|
||||
#alertSettings > .button-box > .box-inherit {
|
||||
margin: -4px 4px 3px 0 !important;
|
||||
}
|
||||
#alertSettings > .button-box > .box-inherit > .button-icon {
|
||||
padding: 1px;
|
||||
|
||||
> .button-icon {
|
||||
padding: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,12 +15,11 @@
|
|||
|
||||
/* This button needs to align with the tree above it. */
|
||||
margin-inline-start: 4px;
|
||||
}
|
||||
|
||||
#editBMPanel_newFolderButton:hover {
|
||||
background-color: var(--button-hover-bgcolor);
|
||||
}
|
||||
|
||||
#editBMPanel_newFolderButton:hover:active {
|
||||
background-color: var(--button-active-bgcolor);
|
||||
&:hover {
|
||||
background-color: var(--button-hover-bgcolor);
|
||||
&:active {
|
||||
background-color: var(--button-active-bgcolor);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue