diff options
author | Horst3180 | 2016-09-20 00:27:52 +0200 |
---|---|---|
committer | Horst3180 | 2016-09-20 00:27:52 +0200 |
commit | 2d2a3bab2a2f3f52edc24c540c6545140ba04fd5 (patch) | |
tree | e6ef3092424fd07d57687dca3938a716ae66ed33 /common/gtk-3.0/3.18/gtk.css | |
parent | 045273f4d83e38988f7c182b8e96d032d27b90dc (diff) | |
download | solarc-theme-2d2a3bab2a2f3f52edc24c540c6545140ba04fd5.tar.gz solarc-theme-2d2a3bab2a2f3f52edc24c540c6545140ba04fd5.tar.xz solarc-theme-2d2a3bab2a2f3f52edc24c540c6545140ba04fd5.zip |
update wingpanel styling
Diffstat (limited to 'common/gtk-3.0/3.18/gtk.css')
-rw-r--r-- | common/gtk-3.0/3.18/gtk.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css index 10108d5..a053d34 100644 --- a/common/gtk-3.0/3.18/gtk.css +++ b/common/gtk-3.0/3.18/gtk.css @@ -3213,6 +3213,9 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { font-weight: bold; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .panel .maximized { + background-color: rgba(43, 46, 55, 0.95); + box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } .panel-shadow { background-image: none; background-color: transparent; } @@ -3247,6 +3250,10 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { .composited-indicator > .popup > .menu { padding-top: 8px; padding-bottom: 8px; } + .color-light .composited-indicator { + color: rgba(0, 0, 0, 0.65); + text-shadow: 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.25); + icon-shadow: 0 0 2px rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.25); } .panel-app-button > GtkWidget > GtkWidget:first-child { padding: 0 2px 0 4px; } |