Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Thu, 18 Nov 2021 21:20:05 UTC Commit: 08e4e4077ec64ea929bc7a88c7cc8c4daf296fd6 https://github.com/geany/geany-osx/commit/08e4e4077ec64ea929bc7a88c7cc8c4daf...
Log Message: ----------- Adjust theme tab dimensions
Modified Paths: -------------- Prof-Gnome/gtk-3.0/gtk-dark.css Prof-Gnome/gtk-3.0/gtk.css
Modified: Prof-Gnome/gtk-3.0/gtk-dark.css 16 lines changed, 10 insertions(+), 6 deletions(-) =================================================================== @@ -2883,6 +2883,8 @@ notebook > header.left { border-right-style: solid; }
notebook > header.left > tabs { margin-right: -0.1375rem;/*-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 #15539e; } @@ -2891,6 +2893,8 @@ notebook > header.right { border-left-style: solid; }
notebook > header.right > tabs { margin-left: -0.1375rem;/*-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 #15539e; } @@ -3030,9 +3034,9 @@ notebook > header.bottom tabs:not(:only-child):last-child { margin-right: -1px; }
notebook > header.top tabs tab, notebook > header.bottom tabs tab { - - margin-left: 0.275rem;/*4px;*/ - margin-right: 0.275rem;/*4px;*/ } + margin-left: 0px; + margin-right: 0px; +}
notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { @@ -3063,9 +3067,9 @@ notebook > header.right tabs:not(:only-child):last-child {
notebook > header.left tabs tab, notebook > header.right tabs tab { - - margin-top: 0.275rem;/*4px;*/ - margin-bottom: 0.275rem;/*4px;*/ } + margin-top: 0px; + margin-bottom: 0px; +}
notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page {
Modified: Prof-Gnome/gtk-3.0/gtk.css 16 lines changed, 10 insertions(+), 6 deletions(-) =================================================================== @@ -2819,6 +2819,8 @@ notebook > header.left { border-right-style: solid; }
notebook > header.left > tabs { margin-right: -0.1375rem;/*-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: #fbfbfb; box-shadow: inset -0.20625rem 0 #3584e4; } @@ -2827,6 +2829,8 @@ notebook > header.right { border-left-style: solid; }
notebook > header.right > tabs { margin-left: -0.1375rem;/*-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: #fbfbfb; box-shadow: inset 0.20625rem 0 #3584e4; } @@ -2966,9 +2970,9 @@ notebook > header.bottom tabs:not(:only-child):last-child { margin-right: -1px; }
notebook > header.top tabs tab, notebook > header.bottom tabs tab { - - margin-left: 0.275rem;/*4px;*/ - margin-right: 0.275rem;/*4px;*/ } + margin-left: 0px; + margin-right: 0px; +}
notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { @@ -2999,9 +3003,9 @@ notebook > header.right tabs:not(:only-child):last-child {
notebook > header.left tabs tab, notebook > header.right tabs tab { - - margin-top: 0.275rem;/*4px;*/ - margin-bottom: 0.275rem;/*4px;*/ } + margin-top: 0px; + margin-bottom: 0px; +}
notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page {
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).