More bugfix for Gtk3.22

This commit is contained in:
Hombre
2016-10-24 01:58:52 +02:00
parent c1a6abbd43
commit 4d19b97109
7 changed files with 52 additions and 40 deletions

View File

@@ -199,21 +199,27 @@ separator {
margin: 5px;
}
progressbar.vertical {
min-width: 10px;
progressbar.vertical trough {
min-width: 6px;
}
progressbar.vertical trough progress {
min-width: 6px;
}
progressbar.horizontal {
min-height: 10px;
progressbar.horizontal trough {
min-height: 6px;
}
progressbar.horizontal trough progress {
min-height: 6px;
}
drawingarea {
.drawingarea {
border-radius: 0;
background-color: #363636;
border: 1px solid #252525;
}
drawingarea:selected {
.drawingarea:selected {
background-color: #565656;
border-radius: 10px;
}
@@ -594,6 +600,10 @@ paned > separator {
margin: 5px;
}
#PreviewWindow {
border-style: solid none;
}
.tooltip {
padding: 0;
}