Fixed indentation
This commit is contained in:
parent
2f7823045a
commit
656ed8f8e8
|
@ -44,22 +44,22 @@
|
|||
}
|
||||
|
||||
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... */
|
||||
*:selected,
|
||||
:not(check):not(radio).view:selected,
|
||||
:selected,
|
||||
selection {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
*:disabled,
|
||||
*:disabled:disabled {
|
||||
:disabled,
|
||||
:disabled:disabled {
|
||||
color: #808080;
|
||||
text-shadow: 1px 1px 0 @border_bright;
|
||||
-gtk-icon-effect: dim;
|
||||
}
|
||||
|
||||
*:focus {
|
||||
:focus {
|
||||
outline: 1px dotted @border_dark;
|
||||
-gtk-outline-radius: 0px;
|
||||
outline-offset: -3px;
|
||||
|
@ -152,7 +152,7 @@ arrow {
|
|||
min-height: 10px;
|
||||
min-width: 10px;
|
||||
}
|
||||
*:hover > arrow {
|
||||
:hover > arrow {
|
||||
background-image: url("assets/arrow-down-selected.png");
|
||||
}
|
||||
|
||||
|
@ -163,7 +163,7 @@ arrow.right {
|
|||
}
|
||||
tabs > arrow.up:hover,
|
||||
expander arrow:hover,
|
||||
*:hover > arrow.right {
|
||||
:hover > arrow.right {
|
||||
background-image: url("assets/arrow-right-selected.png");
|
||||
}
|
||||
|
||||
|
@ -172,14 +172,14 @@ arrow.left {
|
|||
background-image: url("assets/arrow-left.png");
|
||||
}
|
||||
tabs > arrow.down:hover,
|
||||
*:hover > arrow.left {
|
||||
:hover > arrow.left {
|
||||
background-image: url("assets/arrow-left-selected.png");
|
||||
}
|
||||
|
||||
arrow.up {
|
||||
background-image: url("assets/arrow-up.png");
|
||||
}
|
||||
*:hover > arrow.up {
|
||||
:hover > arrow.up {
|
||||
background-image: url("assets/arrow-up-selected.png");
|
||||
}
|
||||
|
||||
|
@ -188,7 +188,7 @@ arrow.down {
|
|||
background-image: url("assets/arrow-down.png");
|
||||
}
|
||||
expander arrow:checked:hover,
|
||||
*:hover > arrow.down {
|
||||
:hover > arrow.down {
|
||||
background-image: url("assets/arrow-down-selected.png");
|
||||
}
|
||||
|
||||
|
@ -755,7 +755,7 @@ GtkHTML {
|
|||
}
|
||||
|
||||
|
||||
/***********
|
||||
/************
|
||||
* calendar *
|
||||
************/
|
||||
|
||||
|
|
Loading…
Reference in New Issue