improve readability of the partial profile paste dialog under the default theme
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
@@ -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;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user