diff options
Diffstat (limited to 'common/gtk-3.0/3.18/gtk-dark.css')
-rw-r--r-- | common/gtk-3.0/3.18/gtk-dark.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.18/gtk-dark.css b/common/gtk-3.0/3.18/gtk-dark.css index ee5dfa4..c4fd17e 100644 --- a/common/gtk-3.0/3.18/gtk-dark.css +++ b/common/gtk-3.0/3.18/gtk-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: 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; } @@ -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; } |