Update TooWaBoo theme v2.69

Optimized for very small font size
This commit is contained in:
TooWaBoo
2018-07-22 15:37:49 +02:00
committed by GitHub
parent 3bfd903dc7
commit 9c6de58d0c

View File

@@ -2,7 +2,7 @@
This file is part of RawTherapee. This file is part of RawTherapee.
Copyright (c) 2016-2017 TooWaBoo Copyright (c) 2016-2017 TooWaBoo
Version 2.68 Version 2.69
RawTherapee is free software: you can redistribute it and/or modify RawTherapee is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@@ -274,6 +274,10 @@ textview:selected, treeview:selected {
margin-top: -8px; margin-top: -8px;
margin-bottom: -4px; margin-bottom: -4px;
} }
#Snapshots button image{
min-height: 24px;
min-width: 24px;
}
#Snapshots > box > :nth-child(1) { #Snapshots > box > :nth-child(1) {
margin-bottom: 0.41667em; margin-bottom: 0.41667em;
} }
@@ -653,8 +657,8 @@ scale trough {
} }
scale:not(:disabled) trough highlight { scale:not(:disabled) trough highlight {
background-color: @accent-color2; background-color: @accent-color2;
border: 0.08334em solid @bg-button-border; border: 0.08334em solid @bg-dark-grey;
box-shadow: inset 0 0.08334em shade(@accent-color2, 1.3); box-shadow: inset 0 0.08334em shade(@accent-color2, 1.25);
border-radius: 0.5em; border-radius: 0.5em;
} }
@@ -847,9 +851,9 @@ window.csd:not(.fullscreen) #MainNotebook > header.top {
} }
#ToolPanelNotebook > header tab #TextOrIcon image{ #ToolPanelNotebook > header tab #TextOrIcon image{
min-height: 2.66667em; min-height: 2.33334em;
min-width: 2.5em; min-width: 2.5em;
padding: 0; padding: 2px 0;
margin: 0; margin: 0;
} }
@@ -1017,26 +1021,25 @@ window.csd:not(.fullscreen) #MainNotebook > header.top {
margin: 0; margin: 0;
} }
#ToolBarPanelFileBrowser .smallbuttonbox:nth-child(1) { #ToolBarPanelFileBrowser .smallbuttonbox:nth-child(1) {
min-height: 1.25em; margin: 0 0 2px 0;
padding: 0;
margin: 0;
} }
#ToolBarPanelFileBrowser .smallbuttonbox button.smallbutton { #ToolBarPanelFileBrowser .smallbuttonbox button.smallbutton {
min-height: 0; min-height: 0;
min-width: 0; min-width: 1.16667em;
padding: 0.08334em; padding: 0;
margin: 0 0.41667em; margin: 0 2px;
border: none; border: none;
border-radius: 0;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
box-shadow: none; box-shadow: none;
} }
#ToolBarPanelFileBrowser .smallbuttonbox button.smallbutton:checked image{ #ToolBarPanelFileBrowser .smallbuttonbox button.smallbutton:checked {
background-color: @bg-dark-grey; background-color: @bg-dark-grey;
} }
#ToolBarPanelFileBrowser .smallbuttonbox button.smallbutton image{ #ToolBarPanelFileBrowser .smallbuttonbox button.smallbutton image{
-gtk-icon-transform: scale(calc(14/16)); -gtk-icon-transform: scale(calc(14/16));
margin: -5px margin: -2px
} }
#ToolBarPanelFileBrowser entry + button.flat, #ToolBarPanelFileBrowser entry + button.flat,
@@ -1475,7 +1478,7 @@ button.MiddleH {
/**/ /**/
/* Button base format for Toolbox and dialogs */ /* Button base format for Toolbox and dialogs */
#ToolPanelNotebook > stack > box > box > combobox .combo, #ToolPanelNotebook > stack > box > box > combobox button,
dialog button, dialog button,
#MyExpander button, #MyExpander button,
#BatchQueueButtonsMainContainer button { #BatchQueueButtonsMainContainer button {
@@ -1489,15 +1492,25 @@ dialog button,
padding: 0; padding: 0;
} }
combobox .combo, #ToolPanelNotebook > stack > box > box > combobox button.combo,
dialog combobox .combo, dialog button.combo,
#ToolPanelNotebook combobox .combo, #MyExpander button.combo,
#BatchQueueButtonsMainContainer combobox .combo { #BatchQueueButtonsMainContainer button.combo {
padding: 0 0.26667em; padding: 0;
}
combobox button cellview {
padding: 0 0 0 0.20em;
}
combobox arrow {
padding: 0 0.20em;
} }
/**/ /**/
/* Add/remove space between buttons and labels in toolbox*/ /* Add/remove space between buttons and labels in toolbox*/
#ToolPanelNotebook > stack > box > box > label {
margin: 0 0 0 0.25em;
}
#MyExpander combobox:not(:first-child):not(:only-child), #MyExpander combobox:not(:first-child):not(:only-child),
#MyExpander .image-combo:not(:first-child), #MyExpander .image-combo:not(:first-child),
#MyExpander button:not(.flat) + combobox, #MyExpander button:not(.flat) + combobox,