diff options
author | Horst3180 | 2016-02-19 11:06:17 +0100 |
---|---|---|
committer | Horst3180 | 2016-02-19 11:06:17 +0100 |
commit | be715132b9747142c8bafeced7abfc4c86da93cd (patch) | |
tree | a7fdda82235a8c84e753eec309cf0de4982c49c2 /common/gtk-3.0/3.20/gtk-darker.css | |
parent | 1d514cea1d669945510e30308d1a50f3e3789038 (diff) | |
download | solarc-theme-be715132b9747142c8bafeced7abfc4c86da93cd.tar.gz solarc-theme-be715132b9747142c8bafeced7abfc4c86da93cd.tar.xz solarc-theme-be715132b9747142c8bafeced7abfc4c86da93cd.zip |
tweak notebook styling
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-darker.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-darker.css | 50 |
1 files changed, 26 insertions, 24 deletions
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css index 2fed205..a3a9520 100644 --- a/common/gtk-3.0/3.20/gtk-darker.css +++ b/common/gtk-3.0/3.20/gtk-darker.css @@ -1493,8 +1493,10 @@ notebook { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } notebook.frame { border: 1px solid #dcdfe3; } + notebook.frame header { + margin: -1px; } notebook header { - padding: 2px; + padding: 3px; background-color: #F5F6F7; } notebook header.top { box-shadow: inset 0 -1px #dcdfe3; } @@ -1572,29 +1574,29 @@ notebook { color: #5c616c; } notebook header tabs arrow:disabled { color: rgba(92, 97, 108, 0.25); } - notebook header tab { - background-color: rgba(255, 255, 255, 0); } - notebook header tab label { - color: rgba(92, 97, 108, 0.55); } - notebook header tab:hover { - background-color: rgba(255, 255, 255, 0.5); - border-color: #dcdfe3; } - notebook header tab:hover label { - color: rgba(92, 97, 108, 0.775); } - notebook header tab:active { - background-color: #ffffff; - border-color: #dcdfe3; } - notebook header tab:active label { - color: #5c616c; } - notebook header tab button { - min-height: 18px; - min-width: 16px; - padding: 0; - color: #92959d; } - notebook header tab button:hover { - color: #ff4d4d; } - notebook header tab button:active, notebook header tab button:active:hover { - color: #5294E2; } + notebook header tab { + background-color: rgba(255, 255, 255, 0); } + notebook header tab label { + color: rgba(92, 97, 108, 0.55); } + notebook header tab:hover { + background-color: rgba(255, 255, 255, 0.5); + border-color: #dcdfe3; } + notebook header tab:hover label { + color: rgba(92, 97, 108, 0.775); } + notebook header tab:active { + background-color: #ffffff; + border-color: #dcdfe3; } + notebook header tab:active label { + color: #5c616c; } + notebook header tab button { + min-height: 18px; + min-width: 16px; + padding: 0; + color: #92959d; } + notebook header tab button:hover { + color: #ff4d4d; } + notebook header tab button:active, notebook header tab button:active:hover { + color: #5294E2; } * { -GtkRange-slider-width: 13; |