[geany/geany-osx] cbacf5: Update notebook colors
Jiří Techet
git-noreply at xxxxx
Fri Nov 19 00:23:47 UTC 2021
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Fri, 19 Nov 2021 00:23:47 UTC
Commit: cbacf550c323f1ebde1189fcbc4d48233915b93c
https://github.com/geany/geany-osx/commit/cbacf550c323f1ebde1189fcbc4d48233915b93c
Log Message:
-----------
Update notebook colors
Modified Paths:
--------------
Prof-Gnome/gtk-3.0/main-light.css
Modified: Prof-Gnome/gtk-3.0/main-light.css
10 lines changed, 5 insertions(+), 5 deletions(-)
===================================================================
@@ -3068,7 +3068,7 @@ popover.background list separator
}
/*((((((((( Notebooks and tabs ))))))))))
*/
-notebook > header { padding: 1px; border-color: #cdcdcd; border-width: 1px; background-color: #e6e6e6;/*e1dedb;*/ }
+notebook > header { padding: 1px; border-color: #cdcdcd; border-width: 1px; background-color: #d6d6d6;/*e1dedb;*/ }
notebook > header tabs { margin: -1px; }
@@ -3080,7 +3080,7 @@ notebook > header.top > tabs > tab { padding-top: 3px; padding-bottom: 3px; }
notebook > header.top > tabs > tab:hover { box-shadow: inset 0 -0.20625rem #909090; }
-notebook > header.top > tabs > tab:checked { background-color: #fbfbfb; box-shadow: inset 0 -0.20625rem @color_accent; }
+notebook > header.top > tabs > tab:checked { background-color: #f3f3f3; box-shadow: inset 0 -0.20625rem @color_accent; }
notebook > header.bottom { border-top-style: solid; }
@@ -3090,7 +3090,7 @@ notebook > header.bottom > tabs > tab { padding-top: 3px; padding-bottom: 3px; }
notebook > header.bottom > tabs > tab:hover { box-shadow: inset 0 0.20625rem #909090; }
-notebook > header.bottom > tabs > tab:checked { background-color: #fbfbfb; box-shadow: inset 0 0.20625rem @color_accent; }
+notebook > header.bottom > tabs > tab:checked { background-color: #f3f3f3; box-shadow: inset 0 0.20625rem @color_accent; }
notebook > header.left { border-right-style: solid; }
@@ -3100,7 +3100,7 @@ notebook > header.left > tabs > tab { padding-top: 3px; padding-bottom: 3px; }
notebook > header.left > tabs > tab:hover { box-shadow: inset -0.20625rem 0 #909090; }
-notebook > header.left > tabs > tab:checked { background-color: #fbfbfb; box-shadow: inset -0.20625rem 0 @color_accent; }
+notebook > header.left > tabs > tab:checked { background-color: #f3f3f3; box-shadow: inset -0.20625rem 0 @color_accent; }
notebook > header.right { border-left-style: solid; }
@@ -3110,7 +3110,7 @@ notebook > header.right > tabs > tab { padding-top: 3px; padding-bottom: 3px; }
notebook > header.right > tabs > tab:hover { box-shadow: inset 0.20625rem 0 #909090; }
-notebook > header.right > tabs > tab:checked { background-color: #fbfbfb; box-shadow: inset 0.20625rem 0 @color_accent; }
+notebook > header.right > tabs > tab:checked { background-color: #f3f3f3; box-shadow: inset 0.20625rem 0 @color_accent; }
notebook > header.top > tabs > arrow { border-top-style: none; }
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list