GTK3 fixes, handles issue #3446 and fixes #3495

This commit is contained in:
Morgan Hardwood
2016-11-12 20:13:10 +01:00
parent b3167eadce
commit 666698dc02
8 changed files with 39 additions and 19 deletions

View File

@@ -26,6 +26,10 @@
color: #666666;
}
.background {
background-color: #484848;
}
.view:selected {
color: #262626;
background-color: #AAAAAA
@@ -660,3 +664,23 @@ paned > separator {
.tooltip {
padding: 0;
}
/* Decently sized tabs */
#PrefNotebook tab, #AboutNotebook tab {
padding: 0.8em;
}
/* Add space between bottom panel and window edge */
#IopsPanel {
padding: 0 2px 2px;
}
/* The thing you catch with the mouse to resize a panel */
paned > separator {
border: 1px solid #262626;
}
/* Move places paned (Places and Folders) away from window edges */
#PlacesPaned {
padding: 5px;
}