Assorted styling canges.

This commit is contained in:
Adriano Moura 2017-05-08 16:06:01 -03:00
parent 2a440a0591
commit 5f6629e01e

View File

@ -116,7 +116,7 @@ slider, .slider {
frame { frame {
background-color: transparent; background-color: transparent;
padding: 1px; padding: 3px;
} }
.frame { .frame {
background-color: transparent; background-color: transparent;
@ -239,6 +239,8 @@ button:selected, button:active,
check, radio, check, radio,
scrolledwindow.frame, scrolledwindow.frame,
scrolledwindow:not(.frame) > viewport, scrolledwindow:not(.frame) > viewport,
/*stack.view > box,
.nautilus-list-view,*/
notebook:not(.frame) > stack > box { notebook:not(.frame) > stack > box {
border-style: solid; border-style: solid;
border-width: 1px; border-width: 1px;
@ -255,7 +257,7 @@ button.flat:hover:not(:active):not(:checked):not(:selected),
toolbar button, toolbar button,
toolbar button:hover:not(:active):not(:checked):not(:selected), toolbar button:hover:not(:active):not(:checked):not(:selected),
menubar, menubar,
toolbar, toolbar:not(.inline-toolbar),
stepper { stepper {
border-style: solid; border-style: solid;
border-width: 1px; border-width: 1px;
@ -446,7 +448,11 @@ viewport,
viewport list, viewport list,
iconview, iconview,
textview, textview,
view, .view { view, .view,
viewport.frame > frame,
viewport.frame > box > frame,
list.tweak-group,
list.tweak-categories {
border-width: 0px; border-width: 0px;
background-color: @base_color; background-color: @base_color;
color: @theme_text_color; color: @theme_text_color;
@ -473,7 +479,6 @@ iconview {
-GdMainIconView-icon-size: 48; -GdMainIconView-icon-size: 48;
} }
/********************* /*********************
* list cell and row * * list cell and row *
*********************/ *********************/
@ -484,6 +489,21 @@ row, :not(check):not(radio).row {
border-style: solid; border-style: solid;
border-color: mix(@fg_color,@base_color,0.7); border-color: mix(@fg_color,@base_color,0.7);
} }
/* remove :not(.frame) for less elements separated with horizontla lines */
viewport:not(.frame) list row {
border-bottom: 0px;
padding: 0px;
padding-top: 1px;
padding-bottom: 1px;
margin-top: 1px;
margin-bottom: 1px;
}
list > row label,
list > row image {
padding-left: 4px;
padding-right: 3px;
}
cell:selected, cell:selected,
cell:selected:focus, cell:selected:focus,
@ -501,6 +521,11 @@ list > separator {
min-width: 0px; min-width: 0px;
} }
/* Exception for gnome-tweak-tool */
list.tweak-group {
padding: 8px;
}
/********* /*********
* paned * * paned *
@ -801,10 +826,11 @@ scrolledwindow {
margin: 1px; margin: 1px;
} }
/* 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;
} */ padding: 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
@ -1652,6 +1678,11 @@ headerbar separator {
border-style: solid; border-style: solid;
} }
headerbar scale {
margin-top: 4px;
margin-bottom: -6px;
}
window.csd tooltip { window.csd tooltip {
border-radius: 0; border-radius: 0;
border: 0 none @border_dark; border: 0 none @border_dark;