mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
classic_firefox_menu_button: make menu-button text ignore theme colors
This commit is contained in:
parent
fea39ad68a
commit
0db37c5d77
1 changed files with 4 additions and 1 deletions
|
@ -21,7 +21,8 @@ See the above repository for updates as well as full license text. */
|
||||||
background-image: linear-gradient(var(--uc-fx-button-sec-color), transparent) !important;
|
background-image: linear-gradient(var(--uc-fx-button-sec-color), transparent) !important;
|
||||||
list-style-image: url(chrome://global/skin/icons/arrow-down-12.svg) !important;
|
list-style-image: url(chrome://global/skin/icons/arrow-down-12.svg) !important;
|
||||||
border-radius: 0 0 4px 4px !important;
|
border-radius: 0 0 4px 4px !important;
|
||||||
border: 2px groove var(--uc-fx-button-color);
|
border: 1px groove black;
|
||||||
|
outline: 1px solid #cdd8e4;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
display: -moz-box;
|
display: -moz-box;
|
||||||
padding: 4px 10px !important;
|
padding: 4px 10px !important;
|
||||||
|
@ -36,6 +37,8 @@ See the above repository for updates as well as full license text. */
|
||||||
#PanelUI-menu-button > stack::before{
|
#PanelUI-menu-button > stack::before{
|
||||||
display: -moz-box;
|
display: -moz-box;
|
||||||
content: "Firefox"; /* Change text here */
|
content: "Firefox"; /* Change text here */
|
||||||
|
color: white;
|
||||||
|
text-shadow: 0 0 2px black;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
margin-inline-end: 4px;
|
margin-inline-end: 4px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue