Update TooWaBlue theme 2.72

Adjustments for the scaled histogram.
This commit is contained in:
TooWaBoo
2018-08-22 18:29:19 +02:00
committed by GitHub
parent 3e7f19c81b
commit a14285b1a6

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.71 Version 2.72
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
@@ -370,7 +370,7 @@ filechooser list row:selected {
/*** Histogram *********************************************************************************/ /*** Histogram *********************************************************************************/
#HistogramPanel { #HistogramPanel {
min-height: 0; min-height: 0;
margin: -2px 0; margin: 0;
padding: 0; padding: 0;
border: none; border: none;
background-color: transparent; background-color: transparent;
@@ -404,24 +404,23 @@ filechooser list row:selected {
background-color: @bg-dark-grey; background-color: @bg-dark-grey;
} }
#fullButton,
#histButton { #histButton {
padding: 0; padding: 0;
margin: 0; margin: 0;
border:none; border: none;
background-color: @bg-dark-grey; background-color: @bg-dark-grey;
background-image: none; background-image: none;
box-shadow: none; box-shadow: none;
min-height: 1.5em; min-height: 1.41667em;
min-width: calc(1.33334em + 6px); min-width: calc(1.33334em + 6px);
border-radius: 0; border-radius: 0;
} }
#histButton:first-child { #histButton:first-child {
margin-top: 0.16667em; margin-top: 3px;
} }
#histButton:last-child { #histButton:last-child {
margin-bottom: 0.16667em; margin-bottom: 3px;
} }
#HistogramPanel image { #HistogramPanel image {