diff options
Diffstat (limited to '.themes/FlatColor/gtk-3.20/widgets/chrome.css')
| -rw-r--r-- | .themes/FlatColor/gtk-3.20/widgets/chrome.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.themes/FlatColor/gtk-3.20/widgets/chrome.css b/.themes/FlatColor/gtk-3.20/widgets/chrome.css new file mode 100644 index 0000000..5bf2bdf --- /dev/null +++ b/.themes/FlatColor/gtk-3.20/widgets/chrome.css @@ -0,0 +1,16 @@ +entry.chromium { + color: @selected_fg_color; + background-color: @selected_bg_color; +} + +menu.chromium { + background-color: @theme_bg_color; + color: @theme_fg_color; + border: none 0px; +} + +window.background.chromium { + border: none 0px; + background-color: @selected_bg_color; + color: @theme_fg_color; +} |
