diff options
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-solid.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-solid.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 49866e7..ed13ded 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -1617,10 +1617,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; |