Fixed indentation

This commit is contained in:
Adriano Moura 2016-12-04 00:43:03 -02:00
parent 2f7823045a
commit 656ed8f8e8
1 changed files with 232 additions and 232 deletions

View File

@ -44,22 +44,22 @@
} }
iconview:selected, iconview:selected,
:not(check):not(radio).view:selected,
/*iconview in nautilus breaks without this, but with it radio and check buttons background break in lists... */ /*iconview in nautilus breaks without this, but with it radio and check buttons background break in lists... */
*:selected, :not(check):not(radio).view:selected,
:selected,
selection { selection {
background-color: @theme_selected_bg_color; background-color: @theme_selected_bg_color;
color: @theme_selected_fg_color; color: @theme_selected_fg_color;
} }
*:disabled, :disabled,
*:disabled:disabled { :disabled:disabled {
color: #808080; color: #808080;
text-shadow: 1px 1px 0 @border_bright; text-shadow: 1px 1px 0 @border_bright;
-gtk-icon-effect: dim; -gtk-icon-effect: dim;
} }
*:focus { :focus {
outline: 1px dotted @border_dark; outline: 1px dotted @border_dark;
-gtk-outline-radius: 0px; -gtk-outline-radius: 0px;
outline-offset: -3px; outline-offset: -3px;
@ -152,7 +152,7 @@ arrow {
min-height: 10px; min-height: 10px;
min-width: 10px; min-width: 10px;
} }
*:hover > arrow { :hover > arrow {
background-image: url("assets/arrow-down-selected.png"); background-image: url("assets/arrow-down-selected.png");
} }
@ -163,7 +163,7 @@ arrow.right {
} }
tabs > arrow.up:hover, tabs > arrow.up:hover,
expander arrow:hover, expander arrow:hover,
*:hover > arrow.right { :hover > arrow.right {
background-image: url("assets/arrow-right-selected.png"); background-image: url("assets/arrow-right-selected.png");
} }
@ -172,14 +172,14 @@ arrow.left {
background-image: url("assets/arrow-left.png"); background-image: url("assets/arrow-left.png");
} }
tabs > arrow.down:hover, tabs > arrow.down:hover,
*:hover > arrow.left { :hover > arrow.left {
background-image: url("assets/arrow-left-selected.png"); background-image: url("assets/arrow-left-selected.png");
} }
arrow.up { arrow.up {
background-image: url("assets/arrow-up.png"); background-image: url("assets/arrow-up.png");
} }
*:hover > arrow.up { :hover > arrow.up {
background-image: url("assets/arrow-up-selected.png"); background-image: url("assets/arrow-up-selected.png");
} }
@ -188,7 +188,7 @@ arrow.down {
background-image: url("assets/arrow-down.png"); background-image: url("assets/arrow-down.png");
} }
expander arrow:checked:hover, expander arrow:checked:hover,
*:hover > arrow.down { :hover > arrow.down {
background-image: url("assets/arrow-down-selected.png"); background-image: url("assets/arrow-down-selected.png");
} }
@ -755,7 +755,7 @@ GtkHTML {
} }
/*********** /************
* calendar * * calendar *
************/ ************/