mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-27 07:34:36 +02:00
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");
|
||||
}
|
||||
|
||||
@ -539,7 +539,7 @@ paned > separator {
|
||||
}
|
||||
/* quodlibet likes to reset background-image here...
|
||||
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 {
|
||||
padding-left: 2px;
|
||||
@ -787,9 +787,9 @@ expander arrow {
|
||||
|
||||
/* avoid double borders when a viewport is
|
||||
* packed into a GtkScrolledWindow
|
||||
scrolledwindow viewport {
|
||||
scrolledwindow viewport {
|
||||
border-style: none;
|
||||
} */
|
||||
} */
|
||||
|
||||
scrolledwindow.frame,
|
||||
scrolledwindow {
|
||||
@ -799,12 +799,12 @@ scrolledwindow {
|
||||
|
||||
/* transmission misteriously resets border-width to zero, cant even force it here
|
||||
scrolledwindow.frame {
|
||||
border-width: 1px;
|
||||
border-width: 1px;
|
||||
} */
|
||||
|
||||
|
||||
/* 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 {
|
||||
background-color: @base_color;
|
||||
}
|
||||
@ -940,7 +940,7 @@ menuitem > box > image {
|
||||
************/
|
||||
|
||||
/* 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 {
|
||||
@ -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
|
||||
in the future... */
|
||||
in the future... */
|
||||
|
||||
/* TOP tabs */
|
||||
notebook > header.top {
|
||||
@ -1223,9 +1223,9 @@ scale.color contents trough {
|
||||
}
|
||||
|
||||
/* 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 {
|
||||
outline: 0px;
|
||||
outline: 0px;
|
||||
} */
|
||||
|
||||
scale:focus trough {
|
||||
@ -1530,13 +1530,13 @@ window.ssd .titlebar:backdrop {
|
||||
}
|
||||
/*
|
||||
.default-decoration
|
||||
{
|
||||
background-color: red;
|
||||
border: 0px solid @bg_color;
|
||||
border-bottom: 0px;
|
||||
border-radius: 0px;
|
||||
{
|
||||
background-color: red;
|
||||
border: 0px solid @bg_color;
|
||||
border-bottom: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
*/
|
||||
*/
|
||||
|
||||
window.ssd .titlebar label{
|
||||
padding: 0px;
|
||||
@ -1608,10 +1608,10 @@ window > menu {
|
||||
|
||||
.titlebar button:not(.titlebutton) {
|
||||
padding: 0px;
|
||||
/* margin-top: 3px;
|
||||
/* margin-top: 3px;
|
||||
margin-bottom: 3px;*/
|
||||
min-height: 0px;
|
||||
min-width: 0px;
|
||||
min-height: 0px;
|
||||
min-width: 0px;
|
||||
}
|
||||
|
||||
window.csd tooltip {
|
||||
|
Loading…
x
Reference in New Issue
Block a user