aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18/gtk-solid-dark.css
diff options
context:
space:
mode:
authorHorst31802016-09-20 00:27:52 +0200
committerHorst31802016-09-20 00:27:52 +0200
commit2d2a3bab2a2f3f52edc24c540c6545140ba04fd5 (patch)
treee6ef3092424fd07d57687dca3938a716ae66ed33 /common/gtk-3.0/3.18/gtk-solid-dark.css
parent045273f4d83e38988f7c182b8e96d032d27b90dc (diff)
downloadsolarc-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-solid-dark.css')
-rw-r--r--common/gtk-3.0/3.18/gtk-solid-dark.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.18/gtk-solid-dark.css b/common/gtk-3.0/3.18/gtk-solid-dark.css
index dc16dbd..84cb62b 100644
--- a/common/gtk-3.0/3.18/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.18/gtk-solid-dark.css
@@ -3203,6 +3203,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: #2b2e37;
+ box-shadow: inset 0 -1px #1b1d23; }
.panel-shadow {
background-image: none;
background-color: transparent; }
@@ -3237,6 +3240,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; }