mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2025-10-14 04:55:54 +00:00
create window_control_fallback_for_custom_windows_theme.css
This commit is contained in:
parent
11a196c8d0
commit
ff2a46604f
3 changed files with 19 additions and 1 deletions
16
chrome/window_control_fallback_for_custom_windows_theme.css
Normal file
16
chrome/window_control_fallback_for_custom_windows_theme.css
Normal file
|
@ -0,0 +1,16 @@
|
|||
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/window_control_fallback_for_custom_windows_theme.css made available under Mozilla Public License v. 2.0
|
||||
See the above repository for updates as well as full license text. */
|
||||
|
||||
/* If one uses custom Windows theme, then Firefox uses high-contrast window control buttons. This style makes Firefox fall back to using normal window control style. */
|
||||
|
||||
.titlebar-button{
|
||||
background-color: transparent !important;
|
||||
stroke: currentColor !important;
|
||||
}
|
||||
.titlebar-button:hover{ background-color: hsla(0,0%,100%,.32) !important }
|
||||
.titlebar-close:hover{ background-color: hsl(355,86%,49%) !important }
|
||||
|
||||
.titlebar-close{ list-style-image: url(chrome://browser/skin/window-controls/close.svg) !important }
|
||||
.titlebar-min{ list-style-image: url(chrome://browser/skin/window-controls/minimize.svg) !important }
|
||||
.titlebar-max{ list-style-image: url(chrome://browser/skin/window-controls/maximize.svg) !important }
|
||||
.titlebar-restore{ list-style-image: url(chrome://browser/skin/window-controls/restore.svg) !important }
|
Loading…
Add table
Add a link
Reference in a new issue