[geany/geany-osx] 805895: Show selected tabs with grey underline instead of blue
Jiří Techet
git-noreply at xxxxx
Tue Nov 30 16:45:18 UTC 2021
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Tue, 30 Nov 2021 16:45:18 UTC
Commit: 805895e5421e8e2a49c8fb6354e5b4b046716a43
https://github.com/geany/geany-osx/commit/805895e5421e8e2a49c8fb6354e5b4b046716a43
Log Message:
-----------
Show selected tabs with grey underline instead of blue
Modified Paths:
--------------
Prof-Gnome/gtk-3.0/main-dark.css
Prof-Gnome/gtk-3.0/main-light.css
Modified: Prof-Gnome/gtk-3.0/main-dark.css
8 lines changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -3084,7 +3084,7 @@ notebook > header.top > tabs > tab { padding-top: 3px; padding-bottom: 3px; }
notebook > header.top > tabs > tab:hover { box-shadow: inset 0 -0.20625rem #737373; }
-notebook > header.top > tabs > tab:checked { background-color: #444444; box-shadow: inset 0 -0.20625rem @color_accent; }
+notebook > header.top > tabs > tab:checked { background-color: #444444; box-shadow: inset 0 -0.20625rem #737373; }
notebook > header.bottom { border-top-style: solid; }
@@ -3094,7 +3094,7 @@ notebook > header.bottom > tabs > tab { padding-top: 3px; padding-bottom: 3px; }
notebook > header.bottom > tabs > tab:hover { box-shadow: inset 0 0.20625rem #737373; }
-notebook > header.bottom > tabs > tab:checked { background-color: #444444; box-shadow: inset 0 0.20625rem @color_accent; }
+notebook > header.bottom > tabs > tab:checked { background-color: #444444; box-shadow: inset 0 0.20625rem #737373; }
notebook > header.left { border-right-style: solid; }
@@ -3104,7 +3104,7 @@ notebook > header.left > tabs > tab { padding-top: 3px; padding-bottom: 3px; }
notebook > header.left > tabs > tab:hover { box-shadow: inset -0.20625rem 0 #737373; }
-notebook > header.left > tabs > tab:checked { background-color: #444444; box-shadow: inset -0.20625rem 0 @color_accent; }
+notebook > header.left > tabs > tab:checked { background-color: #444444; box-shadow: inset -0.20625rem 0 #737373; }
notebook > header.right { border-left-style: solid; }
@@ -3114,7 +3114,7 @@ notebook > header.right > tabs > tab { padding-top: 3px; padding-bottom: 3px; }
notebook > header.right > tabs > tab:hover { box-shadow: inset 0.20625rem 0 #737373; }
-notebook > header.right > tabs > tab:checked { background-color: #444444; box-shadow: inset 0.20625rem 0 @color_accent; }
+notebook > header.right > tabs > tab:checked { background-color: #444444; box-shadow: inset 0.20625rem 0 #737373; }
notebook > header.top > tabs > arrow { border-top-style: none; }
Modified: Prof-Gnome/gtk-3.0/main-light.css
8 lines changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -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: #f3f3f3; box-shadow: inset 0 -0.20625rem @color_accent; }
+notebook > header.top > tabs > tab:checked { background-color: #f3f3f3; box-shadow: inset 0 -0.20625rem #909090; }
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: #f3f3f3; box-shadow: inset 0 0.20625rem @color_accent; }
+notebook > header.bottom > tabs > tab:checked { background-color: #f3f3f3; box-shadow: inset 0 0.20625rem #909090; }
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: #f3f3f3; box-shadow: inset -0.20625rem 0 @color_accent; }
+notebook > header.left > tabs > tab:checked { background-color: #f3f3f3; box-shadow: inset -0.20625rem 0 #909090; }
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: #f3f3f3; box-shadow: inset 0.20625rem 0 @color_accent; }
+notebook > header.right > tabs > tab:checked { background-color: #f3f3f3; box-shadow: inset 0.20625rem 0 #909090; }
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