Breeze-gtk_gtk-3.20_common.css_diff_part

File Metadata

Author
ohelin
Created
Oct 22 2018, 12:35 AM

Breeze-gtk_gtk-3.20_common.css_diff_part

border-width: 0px 0px;
border-color: @theme_bg_color;
margin: 0px; }
scrollbar button {
min-width: 14px;
min-height: 14px;
margin: 0px;
padding: 0px 0px;
border: none;
border-radius: 0px;
background-image: none;
background-color: transparent;
color: transparent;
box-shadow: none; }
scrollbar button:hover {
border: none;
background-image: none;
background-color: @theme_bg_color;
color: transparent; }
scrollbar button:active, scrollbar button:active:hover {
border: none;
background-image: none;
background-color: @theme_bg_color;
color: transparent; }
scrollbar button:disabled {
border: none;
background-color: @theme_bg_color;
background-image: none;
color: transparent; }
scrollbar button:backdrop {
color: @theme_fg_color; }
scrollbar button:backdrop:disabled {
color: @insensitive_fg_color; }
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: 6px;
border-radius: 8px;
background-color: alpha(@scrollbar_overlay_color, 0.8); }
scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider:backdrop {
background-color: @scrollbar_overlay_color; }
scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider {
min-height: 4px; }
scrollbar:hover trough{
background:linear-gradient(transparent 0,transparent 5px,@trough_color 5px,@trough_color calc(100%-5px), transparent calc(100%-5px),transparent 100%); }
scrollbar trough {
transition-duration:0.1s;
min-width: 6px;
min-height: 14px;
border: 0px solid @theme_bg_color;
border-radius: 8px;
background-color: @theme_bg_color;
background-clip: padding-box;
box-shadow: inset 0px 0px 0px 5px @theme_bg_color;}
scrollbar slider {
transition-duration:0.1s;
min-width: 6px;
min-height: 30px;
border: 5px solid transparent;
border-radius: 8px;
background-clip: padding-box;
background-color: @theme_selected_bg_color; }
scrollbar slider:hover {
background-color: @decoration_hover; }
scrollbar:backdrop slider:backdrop {
background-color: @scrollbar_backdrop_color; }
scrollbar slider:backdrop:disabled {
background-color: @scrollbar_backdrop_color; }
scrollbar.horizontal slider {
min-width: 30px;
min-height: 6px; }