Home
Phabricator
Search
Log In
Files
F6342222
Breeze-dark-gtk_gtk-3.20_gtk.css_diff_part
ohelin (Olli Helin)
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Author
ohelin
Created
Oct 22 2018, 12:35 AM
Size
3 KB
Mime Type
text/plain
Engine
blob
Format
Raw Data
Handle
3970298
Attached To
D15786: share common values for both Breeze and Breeze-dark GTK themes
D16365: share common values for both Breeze and Breeze-dark GTK themes
Breeze-dark-gtk_gtk-3.20_gtk.css_diff_part
View Options
border-width: 3px 0px;
border-color: #31363b;
margin: 0px; }
scrollbar button {
min-width: 14px;
min-height: 14px;
margin: 0px;
padding: 0px 3px;
border: none;
border-radius: 0px;
background-image: none;
background-color: #31363b;
color: #eff0f1;
box-shadow: none; }
scrollbar button:hover {
border: none;
background-image: none;
background-color: #31363b;
color: #3daee9; }
scrollbar button:active, scrollbar button:active:hover {
border: none;
background-image: none;
background-color: #31363b;
color: #3daee9; }
scrollbar button:disabled {
border: none;
background-color: #31363b;
background-image: none;
color: rgba(216, 218, 221, 0.35); }
scrollbar button:backdrop {
color: #eff0f1; }
scrollbar button:backdrop:disabled {
color: rgba(216, 218, 221, 0.35); }
scrollbar.dragging, scrollbar.hovering {
opacity: 0.9910; }
scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
opacity: 0.999; }
scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
-GtkScrollbar-has-backward-stepper: false;
-GtkScrollbar-has-forward-stepper: false;
background: none; }
scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
min-width: 4px;
margin: 2px;
border: none;
border-radius: 2px;
background-color: #adafb2; }
scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider:backdrop {
background-color: #adafb2; }
scrollbar.overlay-indicator:not(.dragging):not(.hovering) trough {
min-width: 4px;
min-height: 4px;
border: none;
background: none;
box-shadow: none; }
scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider {
min-height: 4px; }
scrollbar trough {
min-width: 14px;
min-height: 14px;
border: 0px solid transparent;
border-radius: 8px;
background-color: #6a6e72;
box-shadow: inset 0px 0px 0px 2px #31363b; }
scrollbar slider {
min-width: 10px;
min-height: 30px;
border: 2px solid transparent;
border-radius: 8px;
background-clip: padding-box;
background-color: #adafb2; }
scrollbar slider:hover {
background-color: #3daee9; }
scrollbar slider:active {
background-color: #3daee9; }
scrollbar slider:disabled {
background-color: rgba(157, 159, 163, 0.35); }
scrollbar slider:backdrop {
background-color: #adafb2; }
scrollbar slider:backdrop:disabled {
background-color: rgba(157, 159, 163, 0.35); }
scrollbar.horizontal slider {
min-width: 30px;
min-height: 10px; }
scrollbar.vertical button.down {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
scrollbar.vertical button.up {
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
scrollbar.horizontal button.down {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
scrollbar.horizontal button.up {
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
Log In to Comment