Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Tue, 16 Nov 2021 17:38:21 UTC Commit: 8f5211082ed5359f37d6b13354d430aeee095c00 https://github.com/geany/geany-osx/commit/8f5211082ed5359f37d6b13354d430aeee...
Log Message: ----------- Make notebook tabs taller and make the selected tab brighter
Modified Paths: -------------- Prof-Gnome/gtk-dark.css Prof-Gnome/gtk.css
Modified: Prof-Gnome/gtk-dark.css 12 lines changed, 8 insertions(+), 4 deletions(-) =================================================================== @@ -4591,33 +4591,37 @@ notebook > header.top { border-bottom-style: solid; }
notebook > header.top > tabs { margin-bottom: -2px; }
+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 { box-shadow: inset 0 -0.20625rem #15539e; } +notebook > header.top > tabs > tab:checked { background-color: #444444; box-shadow: inset 0 -0.20625rem #15539e; }
notebook > header.bottom { border-top-style: solid; }
notebook > header.bottom > tabs { margin-top: -0.1375rem;/*-2px;*/ }
+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 { box-shadow: inset 0 0.20625rem #15539e; } +notebook > header.bottom > tabs > tab:checked { background-color: #444444; box-shadow: inset 0 0.20625rem #15539e; }
notebook > header.left { border-right-style: solid; }
notebook > header.left > tabs { margin-right: -0.1375rem;/*-2px;*/ }
notebook > header.left > tabs > tab:hover { box-shadow: inset -0.20625rem 0 #737373; }
-notebook > header.left > tabs > tab:checked { box-shadow: inset -0.20625rem 0 #15539e; } +notebook > header.left > tabs > tab:checked { background-color: #444444; box-shadow: inset -0.20625rem 0 #15539e; }
notebook > header.right { border-left-style: solid; }
notebook > header.right > tabs { margin-left: -0.1375rem;/*-2px;*/ }
notebook > header.right > tabs > tab:hover { box-shadow: inset 0.20625rem 0 #737373; }
-notebook > header.right > tabs > tab:checked { box-shadow: inset 0.20625rem 0 #15539e; } +notebook > header.right > tabs > tab:checked { background-color: #444444; box-shadow: inset 0.20625rem 0 #15539e; }
notebook > header.top > tabs > arrow { border-top-style: none; }
Modified: Prof-Gnome/gtk.css 12 lines changed, 8 insertions(+), 4 deletions(-) =================================================================== @@ -3426,33 +3426,37 @@ notebook > header.top { border-bottom-style: solid; }
notebook > header.top > tabs { margin-bottom: -2px; }
+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 { box-shadow: inset 0 -0.20625rem #3584e4; } +notebook > header.top > tabs > tab:checked { background-color: #fbfbfb; box-shadow: inset 0 -0.20625rem #3584e4; }
notebook > header.bottom { border-top-style: solid; }
notebook > header.bottom > tabs { margin-top: -0.1375rem;/*-2px;*/ }
+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 { box-shadow: inset 0 0.20625rem #3584e4; } +notebook > header.bottom > tabs > tab:checked { background-color: #fbfbfb; box-shadow: inset 0 0.20625rem #3584e4; }
notebook > header.left { border-right-style: solid; }
notebook > header.left > tabs { margin-right: -0.1375rem;/*-2px;*/ }
notebook > header.left > tabs > tab:hover { box-shadow: inset -0.20625rem 0 #909090; }
-notebook > header.left > tabs > tab:checked { box-shadow: inset -0.20625rem 0 #3584e4; } +notebook > header.left > tabs > tab:checked { background-color: #fbfbfb; box-shadow: inset -0.20625rem 0 #3584e4; }
notebook > header.right { border-left-style: solid; }
notebook > header.right > tabs { margin-left: -0.1375rem;/*-2px;*/ }
notebook > header.right > tabs > tab:hover { box-shadow: inset 0.20625rem 0 #909090; }
-notebook > header.right > tabs > tab:checked { box-shadow: inset 0.20625rem 0 #3584e4; } +notebook > header.right > tabs > tab:checked { background-color: #fbfbfb; box-shadow: inset 0.20625rem 0 #3584e4; }
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).