Fixed indentation

This commit is contained in:
Adriano Moura 2016-12-04 00:43:03 -02:00
parent 2f7823045a
commit 656ed8f8e8

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");
} }
@ -539,7 +539,7 @@ paned > separator {
} }
/* quodlibet likes to reset background-image here... /* quodlibet likes to reset background-image here...
paned separator { paned separator {
background-image: linear-gradient(45deg, #c0c0c0 25%, transparent 25%, transparent 75%, #c0c0c0 75%, #c0c0c0), linear-gradient(45deg, #c0c0c0 25%, transparent 25%, transparent 75%, #c0c0c0 75%, @border_dark); background-image: linear-gradient(45deg, #c0c0c0 25%, transparent 25%, transparent 75%, #c0c0c0 75%, #c0c0c0), linear-gradient(45deg, #c0c0c0 25%, transparent 25%, transparent 75%, #c0c0c0 75%, @border_dark);
}*/ }*/
@ -755,9 +755,9 @@ GtkHTML {
} }
/*********** /************
* calendar * * calendar *
************/ ************/
calendar { calendar {
padding-left: 2px; padding-left: 2px;
@ -787,9 +787,9 @@ expander arrow {
/* avoid double borders when a viewport is /* avoid double borders when a viewport is
* packed into a GtkScrolledWindow * packed into a GtkScrolledWindow
scrolledwindow viewport { scrolledwindow viewport {
border-style: none; border-style: none;
} */ } */
scrolledwindow.frame, scrolledwindow.frame,
scrolledwindow { scrolledwindow {
@ -799,12 +799,12 @@ scrolledwindow {
/* transmission misteriously resets border-width to zero, cant even force it here /* transmission misteriously resets border-width to zero, cant even force it here
scrolledwindow.frame { scrolledwindow.frame {
border-width: 1px; border-width: 1px;
} */ } */
/* nautilus seems to have a special transparent icon canvas, since scrolledwindow is also transparent /* nautilus seems to have a special transparent icon canvas, since scrolledwindow is also transparent
the default background color is shown, lets paint it with the base color */ the default background color is shown, lets paint it with the base color */
.nautilus-window overlay > scrolledwindow { .nautilus-window overlay > scrolledwindow {
background-color: @base_color; background-color: @base_color;
} }
@ -940,7 +940,7 @@ menuitem > box > image {
************/ ************/
/* Must paint over the notebook.frame top bevel by filling the header and /* Must paint over the notebook.frame top bevel by filling the header and
using borders or box-shadows on one side of the header > tabs */ using borders or box-shadows on one side of the header > tabs */
notebook.frame, notebook.frame,
notebook { notebook {
@ -968,7 +968,7 @@ notebook > header > tabs > tab label {
} }
/* Note to self: bottom and right use a newer method better than top and left, update them /* Note to self: bottom and right use a newer method better than top and left, update them
in the future... */ in the future... */
/* TOP tabs */ /* TOP tabs */
notebook > header.top { notebook > header.top {
@ -1223,9 +1223,9 @@ scale.color contents trough {
} }
/* outline inside the trough node is terrible, this disables it but /* outline inside the trough node is terrible, this disables it but
can't put it in the slider... can't put it in the slider...
scale *:focus { scale *:focus {
outline: 0px; outline: 0px;
} */ } */
scale:focus trough { scale:focus trough {
@ -1530,13 +1530,13 @@ window.ssd .titlebar:backdrop {
} }
/* /*
.default-decoration .default-decoration
{ {
background-color: red; background-color: red;
border: 0px solid @bg_color; border: 0px solid @bg_color;
border-bottom: 0px; border-bottom: 0px;
border-radius: 0px; border-radius: 0px;
} }
*/ */
window.ssd .titlebar label{ window.ssd .titlebar label{
padding: 0px; padding: 0px;
@ -1608,10 +1608,10 @@ window > menu {
.titlebar button:not(.titlebutton) { .titlebar button:not(.titlebutton) {
padding: 0px; padding: 0px;
/* margin-top: 3px; /* margin-top: 3px;
margin-bottom: 3px;*/ margin-bottom: 3px;*/
min-height: 0px; min-height: 0px;
min-width: 0px; min-width: 0px;
} }
window.csd tooltip { window.csd tooltip {