mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Add: Animate - Edit Bookmark Popup
This commit is contained in:
parent
55d0b3ebe1
commit
5c5a9bb9b9
1 changed files with 14 additions and 0 deletions
|
|
@ -1959,6 +1959,7 @@
|
|||
menu,
|
||||
menuitem,
|
||||
.subviewbutton {
|
||||
/* treechildren::-moz-tree-row: Can't apply */
|
||||
transition: background-color 0.5s var(--animation-easing-function) !important;
|
||||
}
|
||||
menu:hover,
|
||||
|
|
@ -1980,6 +1981,7 @@
|
|||
/* Arrow - Synced Tabs */
|
||||
@-moz-document url("chrome://browser/content/syncedtabs/sidebar.xhtml")
|
||||
{
|
||||
/* treechildren::-moz-tree-twisty: Can't apply */
|
||||
#template-container .item.client .item-twisty-container {
|
||||
transition: transform 0.1s var(--animation-easing-function) !important;
|
||||
}
|
||||
|
|
@ -1995,6 +1997,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* Arrow - Edit Bookmark Popup */
|
||||
#editBookmarkPanelRows .expander-up .button-icon,
|
||||
#editBookmarkPanelRows .expander-down .button-icon {
|
||||
transition: transform 0.1s var(--animation-easing-function) !important;
|
||||
}
|
||||
#editBookmarkPanelRows .expander-up {
|
||||
list-style-image: url("chrome://global/skin/icons/arrow-down.svg") !important;
|
||||
}
|
||||
#editBookmarkPanelRows .expander-up .button-icon {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
/** Reduce Padding **********************************************************/
|
||||
/*= Root - Reduce Padding ==================================================*/
|
||||
:root {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue