Merge pull request #4160 from TooWaBoo/dev

Update TooWaBlue theme to version 2.59
This commit is contained in:
Alberto Griggio
2017-10-29 21:48:43 +01:00
committed by GitHub

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.58 Version 2.59
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
@@ -1239,6 +1239,21 @@ button.text-button label {
margin: 0 0.5em;/* x */ margin: 0 0.5em;/* x */
} }
#PrefNotebook > stack > :nth-child(5) combobox {
/* margin: 0.16667em 0; */
margin: 2px 0;
}
#PrefNotebook > stack > :nth-child(2) #MyFileChooserButton {
/* margin: 0.25em 0.33334em; */
margin: 3px 5px;
}
filechooser button image,
#MyFileChooserButton image {
opacity: .8;
-gtk-icon-style: symbolic;
}
#MainNotebook > header > grid > button, #MainNotebook > header > grid > button,
button.flat { button.flat {
border: 0.08334em solid transparent; border: 0.08334em solid transparent;
@@ -1343,6 +1358,10 @@ dialog button,
padding: 0 0.375em; padding: 0 0.375em;
margin: 0.08334em 0; margin: 0.08334em 0;
} }
#MyExpander #MyFileChooserButton + button.image-button{
min-width: 1.66667em;
padding: 0;
}
combobox .combo, combobox .combo,
dialog combobox .combo, dialog combobox .combo,
#ToolPanelNotebook combobox .combo, #ToolPanelNotebook combobox .combo,
@@ -1362,7 +1381,6 @@ dialog combobox .combo,
#MyExpander combobox + label */ { #MyExpander combobox + label */ {
margin-left: 0.16667em; margin-left: 0.16667em;
} }
#MyExpander label + filechooserbutton,
#MyExpander label + * > button:not(.flat).Left, #MyExpander label + * > button:not(.flat).Left,
#MyExpander label + combobox:not(:first-child):not(:only-child), #MyExpander label + combobox:not(:first-child):not(:only-child),
#MyExpander label + button:not(.flat):not(spinbutton) { #MyExpander label + button:not(.flat):not(spinbutton) {