mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
iconized_menubar_items: only remove label from main-window menubar
This commit is contained in:
parent
bbedf1e5c4
commit
c48a197a63
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ See the above repository for updates as well as full license text. */
|
||||||
background-position: center;
|
background-position: center;
|
||||||
border-radius: var(--toolbarbutton-border-radius)
|
border-radius: var(--toolbarbutton-border-radius)
|
||||||
}
|
}
|
||||||
.menubar-text{ display: none }
|
#main-menubar > menu > .menubar-text{ display: none }
|
||||||
|
|
||||||
#file-menu{ background-image: url("chrome://devtools/skin/images/tool-storage.svg") }
|
#file-menu{ background-image: url("chrome://devtools/skin/images/tool-storage.svg") }
|
||||||
#edit-menu{ background-image: url("chrome://browser/skin/customize.svg") }
|
#edit-menu{ background-image: url("chrome://browser/skin/customize.svg") }
|
||||||
|
|
Loading…
Reference in a new issue