Assorted styling canges.

This commit is contained in:
Adriano Moura 2017-05-08 16:06:01 -03:00
parent 2a440a0591
commit 5f6629e01e
1 changed files with 38 additions and 7 deletions

View File

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