diff options
author | Horst3180 | 2016-02-19 11:06:17 +0100 |
---|---|---|
committer | Horst3180 | 2016-02-19 11:06:17 +0100 |
commit | a3783b285f1a03c13b6f5b2d7adae1b4343fead1 (patch) | |
tree | 9eead8fb354557a39ecfcfc8c73e50f30d05e210 /common/gtk-3.0/3.20/gtk-solid-darker.css | |
parent | be715132b9747142c8bafeced7abfc4c86da93cd (diff) | |
download | solarc-theme-a3783b285f1a03c13b6f5b2d7adae1b4343fead1.tar.gz solarc-theme-a3783b285f1a03c13b6f5b2d7adae1b4343fead1.tar.xz solarc-theme-a3783b285f1a03c13b6f5b2d7adae1b4343fead1.zip |
paned headerbar fixes
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-solid-darker.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-solid-darker.css | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css index eba9392..1704319 100644 --- a/common/gtk-3.0/3.20/gtk-solid-darker.css +++ b/common/gtk-3.0/3.20/gtk-solid-darker.css @@ -814,10 +814,13 @@ headerbar { color: rgba(207, 218, 231, 0.8); background-color: #2f343f; } .csd headerbar { + border-radius: 3px 3px 0 0; background-color: #2f343f; border-color: #262a33; } headerbar:backdrop { color: rgba(207, 218, 231, 0.5); } + .csd headerbar:backdrop { + background-color: #323843; } headerbar .title { padding-left: 12px; padding-right: 12px; } @@ -908,13 +911,26 @@ headerbar { .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { background-color: #323843; } window > .titlebar:not(headerbar), - window.csd > .titlebar:not(headerbar) { + window.csd > .titlebar:not(headerbar), window > .titlebar:backdrop:not(headerbar), + window.csd > .titlebar:backdrop:not(headerbar) { padding: 0; border: none; background: none; } .titlebar separator, .titlebar .sidebar .view separator, .sidebar .view .titlebar separator { background-color: #262a33; } +paned.titlebar separator, paned.titlebar .sidebar .view separator, .sidebar .view paned.titlebar separator { + background-color: transparent; } + +paned.titlebar > headerbar::not(:only-child):not(:first-child):not(:last-child) { + border-radius: 0; } + +paned.titlebar > headerbar:first-child { + border-top-right-radius: 0; } + +paned.titlebar > headerbar:last-child { + border-top-left-radius: 0; } + headerbar entry, headerbar button, headerbar separator, headerbar .sidebar separator, .sidebar headerbar separator, headerbar .sidebar .view separator, .sidebar .view headerbar separator { margin-top: 6px; margin-bottom: 6px; } @@ -2330,9 +2346,6 @@ placesview .server-list-button:checked > image { transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); -gtk-icon-transform: rotate(-0.5turn); } -placesview row.activatable:hover { - background-color: transparent; } - paned > separator, .sidebar paned > separator, .sidebar .view paned > separator { min-width: 1px; min-height: 1px; |