Update TooWaBlue theme v2.57

Fixed some small GUI glitches.
This commit is contained in:
TooWaBoo
2017-10-15 19:04:05 +02:00
committed by GitHub
parent a7ca5c9590
commit a44ee03840

View File

@@ -2,7 +2,7 @@
This file is part of RawTherapee.
Copyright (c) 2016-2017 TooWaBoo
Version 2.56 - requires RT 5.0 (Gtk+ >= 3.20)
Version 2.57
RawTherapee is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -1182,7 +1182,7 @@ entry > window > frame > border {
padding: 0.08334em;
border: 0.08334em solid @accent-color;
}
.csd entry > window > frame > border {
entry > window > frame > border {
margin: 0.08334em;
}
/* end */
@@ -1190,15 +1190,14 @@ entry > window > frame > border {
/*** end ***************************************************************************************/
/*** Popover *** Context menu filechooser ******************************************************/
.csd popover.background {
box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.5), 0 0 0 1px @bg-dark-grey;
}
popover.background {
background-color: @bg-dark-grey;
border: 0.08334em solid @accent-color;
border-radius: 0;
padding: 0;
margin: 0;
box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.5), 0 0 0 1px @bg-dark-grey;
}
popover.background > box {
padding: 0;