mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-22 20:41:48 -08:00
Add: Animate - Button, list's background color
This commit is contained in:
parent
d5255f7a02
commit
cb583b1eaa
1 changed files with 13 additions and 0 deletions
|
|
@ -1940,6 +1940,19 @@
|
|||
}
|
||||
*/
|
||||
|
||||
/*= Animate ================================================================*/
|
||||
/* Background Color */
|
||||
button,
|
||||
toolbarbutton,
|
||||
menu,
|
||||
menuitem,
|
||||
stack,
|
||||
vbox,
|
||||
.subviewbutton,
|
||||
.toolbarbutton-icon {
|
||||
transition: background-color 1s var(--animation-easing-function) !important;
|
||||
}
|
||||
|
||||
/** Reduce Padding **********************************************************/
|
||||
/*= Root - Reduce Padding ==================================================*/
|
||||
:root {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue