aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/gtk-solid-darker.css
diff options
context:
space:
mode:
authorHorst31802016-03-01 23:26:00 +0100
committerHorst31802016-03-01 23:26:00 +0100
commit380b18e2a54962411a82367a9fe803d2fe6faadc (patch)
tree10f7801166a88e7c14b5a6d9da29953c0d89f01d /common/gtk-3.0/3.20/gtk-solid-darker.css
parentbf1be44a2c0bc8e8079fd516e0e6519a9bc87969 (diff)
downloadsolarc-theme-380b18e2a54962411a82367a9fe803d2fe6faadc.tar.gz
solarc-theme-380b18e2a54962411a82367a9fe803d2fe6faadc.tar.xz
solarc-theme-380b18e2a54962411a82367a9fe803d2fe6faadc.zip
use :checked for active tabs
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.css4
1 files changed, 2 insertions, 2 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 89ee95c..de9f415 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -1613,10 +1613,10 @@ notebook {
border-color: #dcdfe3; }
notebook > header tab:hover label {
color: rgba(92, 97, 108, 0.775); }
- notebook > header tab:active {
+ notebook > header tab:checked {
background-color: #ffffff;
border-color: #dcdfe3; }
- notebook > header tab:active label {
+ notebook > header tab:checked label {
color: #5c616c; }
notebook > header tab button {
min-height: 18px;