1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
#eog-image-gallery-scrollbar {
-GtkScrollbar-has-backward-stepper: false;
-GtkScrollbar-has-secondary-backward-stepper: false;
-GtkScrollbar-has-forward-stepper: false;
-GtkScrollbar-has-secondary-forward-stepper: false;
}
#eog-image-gallery-scrollbar.horizontal slider {
min-width: 60px;
}
#eog-sidebar-title {
font-weight: bold;
}
statusbar {
border-top: 1px solid @borders;
}
#eog-thumb-nav {
border-top: 1px solid @borders;
}
#eog-thumb-nav scrolledwindow {
border-bottom: none;
}
#eog-thumb-nav scrolledwindow undershoot.right {
background: none;
box-shadow: inset -6px 0 3px -6px @borders;
}
#eog-thumb-nav scrolledwindow undershoot.left {
background: none;
box-shadow: inset 6px 0 3px -6px @borders;
}
#eog-thumb-nav button {
border-width: 1px 0 0;
border-radius: 0;
box-shadow: none;
}
.tnum {
font-feature-settings: "tnum 1";
}
|