Files
@ 79c615718a2f
Branch filter:
Location: light9/theme/Just-Dark/gtk-3.0/applications-darker-overrides.css - annotation
79c615718a2f
3.7 KiB
text/css
#status corner style. rm hardcoded show uri. fix 'add to current song' ajax path.
Ignore-this: e2da0be542cf51456c12a2bbe7f5bb5d
Ignore-this: e2da0be542cf51456c12a2bbe7f5bb5d
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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 | 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e | /* Nemo */
NemoPathbarButton {
color: @dark_fg_color;
border-color: @dark_borders;
background-image: linear-gradient(to bottom,
@dark_button_gradient_color_a,
@dark_button_gradient_color_b);
box-shadow: inset 0 1px alpha(white, 0.15);
}
NemoPathbarButton:hover {
background-image: linear-gradient(to bottom,
@dark_button_hover_gradient_color_a,
@dark_button_hover_gradient_color_b);
}
NemoPathbarButton:active,
NemoPathbarButton:checked {
border-color: shade(@dark_borders, 0.9);
background-image: linear-gradient(to bottom,
shade(@dark_button_gradient_color_b, 0.9),
shade(@dark_button_gradient_color_b, 1.0));
box-shadow: inset 0 1px 2px alpha(black, 0.1);
}
NemoStatusBar GtkLabel {
text-shadow: none;
color: @dark_fg_color;
}
NemoWindow GtkEventBox {
background-color: @dark_bg_color;
}
NemoWindow GtkSeparator.separator.horizontal {
color: @dark_borders
}
/* Gedit */
GeditWindow .pane-separator,
GeditWindow .pane-separator:hover {
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: alpha(@dark_bg_color, 0.3);
background-color: alpha(@dark_bg_color, 0.2);
}
GeditFileBrowserWidget .toolbar {
border-bottom: 1px solid @dark_borders;
}
/* Rhythmbox */
RBButtonBar.toolbar {
background-color: @theme_bg_color;
border-style: none;
background-image: none;
}
RBButtonBar.toolbar .button.flat {
transition: none;
color: @theme_fg_color;
icon-shadow: 0 1px @button_text_shadow;
text-shadow: 0 1px @button_text_shadow;
}
RBButtonBar.toolbar .button.flat:focus {
border-image: -gtk-scaled(url("borders/button-border-default.png"),url("borders/button-border-default@2.png")) 3 3 4 3 / 3px 3px 4px 3px stretch;
}
RBButtonBar.toolbar .button.flat:hover {
color: @theme_fg_color;
icon-shadow: 0 1px @button_text_shadow;
text-shadow: 0 1px @button_text_shadow;
background-image: linear-gradient(to bottom,
@button_hover_gradient_color_a,
@button_hover_gradient_color_b);
border-image: -gtk-scaled(url("borders/button-border.png"),url("borders/button-border@2.png")) 3 3 4 3 / 3px 3px 4px 3px stretch;
}
RBButtonBar.toolbar .button.flat:active,
RBButtonBar.toolbar .button.flat:checked,
RBButtonBar.toolbar .button.flat:active:hover,
RBButtonBar.toolbar .button.flat:checked:hover {
color: @button_active_text;
background-image: linear-gradient(to bottom,
@button_active_gradient_color_a,
@button_active_gradient_color_b);
text-shadow: 0 -1px @button_active_text_shadow;
icon-shadow: 0 -1px @button_active_text_shadow;
border-image: -gtk-scaled(url("borders/button-active-border.png"),url("borders/button-active-border@2.png")) 3 3 4 3 / 3px 3px 4px 3px stretch;
}
/* Evince */
EvWindow.background EggFindBar.primary-toolbar.toolbar.horizontal {
background-image: none;
background-color: shade(@dark_bg_color, 1.1);
}
/* Marlin */
MarlinViewChromeLocationBar .button.raised:focus {
background-image: none;
}
MarlinViewChromeLocationBar .button:active,
MarlinViewChromeLocationBar .button:checked {
background-image: none;
background-color: alpha(black, 0.2);
}
/* Panel */
.panel {
background-color: transparent;
}
/*Widgets*/
/* Bottom Toolbars */
.bottom-toolbar.toolbar {
border-color: @dark_borders;
box-shadow: inset 0 1px alpha(white, 0.15);
background-image: linear-gradient(to bottom,
shade(@dark_bg_color, 1.1),
shade(@dark_bg_color, 0.9));
}
|