mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 11:20:15 +00:00
Don't restyle separators unless they are actually inside PersonalToolbar
Someone might use this style to make the bookmarks toolbar itself vertical housing buttons etc. but have bookmarks-toolbar-items in some other horizontal toolbar.
This commit is contained in:
parent
976df50a01
commit
f12eed50a9
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ See the above repository for updates as well as full license text. */
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
#PlacesToolbarItems > toolbarseparator{
|
||||
#PersonalToolbar #PlacesToolbarItems > toolbarseparator{
|
||||
height: 7px;
|
||||
background-color: currentColor;
|
||||
background-clip: padding-box;
|
||||
|
|
Loading…
Reference in a new issue