Updated RawTherapee GTK3.20 theme by TooWaBoo, closes #3733
This commit is contained in:
@@ -50,30 +50,36 @@ window.background {
|
|||||||
background-color: #484848;
|
background-color: #484848;
|
||||||
}
|
}
|
||||||
|
|
||||||
headerbar {
|
/*** Window decoration *********************************************************/
|
||||||
box-shadow: none;
|
@define-color winHeaderbar rgb(50,50,50);
|
||||||
background-color: #262626;
|
|
||||||
padding: 0;
|
:not(.popup):not(tooltip) > decoration {
|
||||||
margin: 0;
|
background-color: #484848;
|
||||||
border-radius: 0;
|
|
||||||
border-style: none none solid none;
|
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
border-radius: 5px 5px 0 0;
|
||||||
|
border: none;
|
||||||
/* Warning: maximized and fullscreen can be set at the same time ! */
|
|
||||||
window.maximized > decoration, window.fullscreen > decoration {
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.5), 0 0 0 1px #242424;
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
headerbar {
|
||||||
|
background-color: shade(@winHeaderbar,1.12);
|
||||||
|
box-shadow: inset 0 1px rgba(200,200,200,.13);
|
||||||
|
background-image: linear-gradient(shade(@winHeaderbar,1.14), shade(@winHeaderbar,.86));
|
||||||
|
border-bottom: 1px solid #242424;
|
||||||
|
border-radius: 5px 5px 0 0;
|
||||||
|
min-height: 26px;
|
||||||
|
padding: 1px 5px 0;
|
||||||
|
margin: 0 0 1px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
window > decoration, dialog > decoration {
|
/* Window state */
|
||||||
box-shadow: none;
|
.maximized > headerbar {
|
||||||
margin: 0px;
|
|
||||||
border-style: none;
|
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
padding: 3px;
|
|
||||||
background-color: #262626;
|
|
||||||
}
|
}
|
||||||
|
/**/
|
||||||
|
|
||||||
|
/*** End Window decoration *****************************************************/
|
||||||
|
|
||||||
dialog.background {
|
dialog.background {
|
||||||
background-color: #484848;
|
background-color: #484848;
|
||||||
@@ -196,6 +202,12 @@ button:hover , button.flat:hover, checkbutton:hover > check, radiobutton:hover >
|
|||||||
button.popupbutton-arrow {
|
button.popupbutton-arrow {
|
||||||
min-width: 18px;
|
min-width: 18px;
|
||||||
}
|
}
|
||||||
|
/* Save, Cancel, OK ... buttons */
|
||||||
|
.dialog-action-area button {
|
||||||
|
min-height: 24px;
|
||||||
|
margin-top: 6px;
|
||||||
|
}
|
||||||
|
/**/
|
||||||
|
|
||||||
combobox {
|
combobox {
|
||||||
min-height: 5px;
|
min-height: 5px;
|
||||||
|
Reference in New Issue
Block a user