Update TooWaBoo theme v2.81
Fixed some glitches in colorschooser minor changes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
This file is part of RawTherapee.
|
||||
|
||||
Copyright (c) 2016-2018 TooWaBoo
|
||||
Version 2.80
|
||||
Version 2.81
|
||||
|
||||
RawTherapee is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@@ -290,7 +290,7 @@ textview:selected, treeview:selected {
|
||||
}
|
||||
|
||||
#Snapshots > border {
|
||||
min-height: calc(6.5em + 36px);
|
||||
min-height: calc(6em + 36px);
|
||||
}
|
||||
#Snapshots > label {
|
||||
margin-bottom: -4px;
|
||||
@@ -315,6 +315,7 @@ textview:selected, treeview:selected {
|
||||
border: 0.083333333333333333em solid @bg-dark-grey;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
min-height: 2em;
|
||||
}
|
||||
|
||||
#Snapshots button:hover,
|
||||
@@ -326,8 +327,9 @@ background-color: @bg-list-hover;
|
||||
background-color: shade(@bg-list-hover, 1.15);
|
||||
}
|
||||
|
||||
fontchooser scrolledwindow,
|
||||
#PlacesPaned scrolledwindow,
|
||||
#HistoryPanel > border,
|
||||
#HistoryPanel scrolledwindow,
|
||||
#Snapshots scrolledwindow {
|
||||
background-color: @bg-dark-grey;
|
||||
border: 0.083333333333333333em solid @bg-dark-grey;
|
||||
@@ -1699,8 +1701,16 @@ buttonbox:not(.dialog-action-area) button{
|
||||
|
||||
button.color {
|
||||
min-height: 1.166666666666666666em;
|
||||
min-width: 2.75em;
|
||||
padding: 0.25em;
|
||||
}
|
||||
button.color colorswatch,
|
||||
colorchooser colorswatch {
|
||||
border: 1px solid @bg-button-border;
|
||||
}
|
||||
colorchooser colorswatch#add-color-button:first-child {
|
||||
border-radius: 5.5px 0 0 5.5px;
|
||||
}
|
||||
|
||||
/* Save, Cancel, OK ... buttons */
|
||||
.dialog-action-area button {
|
||||
@@ -2133,20 +2143,19 @@ headerbar .title:backdrop {
|
||||
}
|
||||
/*** end ***************************************************************************************/
|
||||
/* Toolbar stuck workaround */
|
||||
|
||||
/* .scrollableToolbar scrollbar:not(.overlay-indicator) slider:not(.dummy) {
|
||||
/*
|
||||
.scrollableToolbar scrollbar:not(.overlay-indicator) slider:not(.dummy) {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
min-height: 0;
|
||||
min-width: 0;
|
||||
border: none;
|
||||
} */
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
|
||||
/* .view:not(check):not(radio), image:not(check):not(radio), spinbutton button, cellview {
|
||||
/*
|
||||
.view:not(check):not(radio), image:not(check):not(radio), spinbutton button, cellview {
|
||||
-gtk-icon-transform: scale(1.5);
|
||||
}
|
||||
* {-gtk-dpi: 144;} */
|
||||
|
||||
|
||||
* {-gtk-dpi: 144;}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user