improve readability of the partial profile paste dialog under the default theme

This commit is contained in:
Alberto Griggio
2017-02-20 09:55:57 +01:00
parent ac882d2ff2
commit bb300c53c7
2 changed files with 25 additions and 0 deletions

View File

@@ -826,3 +826,15 @@ paned.vertical > separator {
#RightNotebook scrolledwindow { #RightNotebook scrolledwindow {
padding: 4px; 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 {
color: #D8D8D8;
}

View File

@@ -487,3 +487,16 @@ GtkNotebook {
.tooltip { .tooltip {
padding: 0; 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;
}