Merge pull request #3708 from agriggio/partialpastedlg-improve-readability

Clearly separate sections in partial profile dialog using RawTherapee.css
This commit is contained in:
Beep6581
2017-02-22 14:30:41 +01:00
committed by GitHub
2 changed files with 25 additions and 0 deletions

View File

@@ -826,3 +826,15 @@ paned.vertical > separator {
#RightNotebook scrolledwindow {
padding: 4px;
}
/* make the "partial profile" dialog a little bit more readable */
#PartialPasteHeader {
margin: 1.5em 0 0 0;
padding: 0;
font-weight: bold;
}
#PartialPasteHeaderSep {
background-color: #D8D8D8;
}

View File

@@ -487,3 +487,16 @@ GtkNotebook {
.tooltip {
padding: 0;
}
/* make the "partial profile" dialog a little bit more readable */
#PartialPasteHeader {
margin: 1.5em 0 0 0;
padding: 0;
font-weight: bold;
color: #363636;
}
#PartialPasteHeaderSep {
color: #D8D8D8;
}