Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sat, 08 Jan 2022 15:49:26 UTC Commit: c44b0b2d5d0d615e1bd29eedf3013fb771fab77d https://github.com/geany/geany-osx/commit/c44b0b2d5d0d615e1bd29eedf3013fb771...
Log Message: ----------- Remove selected tab "highlighter" so tabs look more like macOS/Windows tabs
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 22 lines changed, 7 insertions(+), 15 deletions(-) =================================================================== @@ -3080,39 +3080,31 @@ 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 { background-color: #444444; box-shadow: inset 0 -0.20625rem #737373; } +notebook > header.top > tabs > tab:checked { background-color: #444444; }
notebook > header.bottom { border-top-style: solid; }
-notebook > header.bottom > tabs { margin-top: -0.1375rem;/*-2px;*/ } +notebook > header.bottom > tabs { margin-top: -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 { background-color: #444444; box-shadow: inset 0 0.20625rem #737373; } +notebook > header.bottom > tabs > tab:checked { background-color: #444444; }
notebook > header.left { border-right-style: solid; }
-notebook > header.left > tabs { margin-right: -0.1375rem;/*-2px;*/ } +notebook > header.left > tabs { margin-right: -2px; }
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 #737373; } +notebook > header.left > tabs > tab:checked { background-color: #444444; }
notebook > header.right { border-left-style: solid; }
-notebook > header.right > tabs { margin-left: -0.1375rem;/*-2px;*/ } +notebook > header.right > tabs { margin-left: -2px; }
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 #737373; } +notebook > header.right > tabs > tab:checked { background-color: #444444; }
notebook > header.top > tabs > arrow { border-top-style: none; }
Modified: Prof-Gnome/gtk-3.0/main-light.css 22 lines changed, 7 insertions(+), 15 deletions(-) =================================================================== @@ -3076,39 +3076,31 @@ 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 { background-color: #f3f3f3; box-shadow: inset 0 -0.20625rem #909090; } +notebook > header.top > tabs > tab:checked { background-color: #f3f3f3 }
notebook > header.bottom { border-top-style: solid; }
-notebook > header.bottom > tabs { margin-top: -0.1375rem;/*-2px;*/ } +notebook > header.bottom > tabs { margin-top: -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 { background-color: #f3f3f3; box-shadow: inset 0 0.20625rem #909090; } +notebook > header.bottom > tabs > tab:checked { background-color: #f3f3f3 }
notebook > header.left { border-right-style: solid; }
-notebook > header.left > tabs { margin-right: -0.1375rem;/*-2px;*/ } +notebook > header.left > tabs { margin-right: -2px; }
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 #909090; } +notebook > header.left > tabs > tab:checked { background-color: #f3f3f3; }
notebook > header.right { border-left-style: solid; }
-notebook > header.right > tabs { margin-left: -0.1375rem;/*-2px;*/ } +notebook > header.right > tabs { margin-left: -2px; }
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 #909090; } +notebook > header.right > tabs > tab:checked { background-color: #f3f3f3 }
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).