forked from AuroraMiddleware/gtk
Adwaita: pathbar style cleanup
This commit is contained in:
parent
ea69bf8c17
commit
c667f9f1d1
@ -1393,10 +1393,6 @@ headerbar {
|
|||||||
************/
|
************/
|
||||||
|
|
||||||
.path-bar button {
|
.path-bar button {
|
||||||
padding: 5px 6px 6px;
|
|
||||||
|
|
||||||
&:first-child { padding-left: 8px; }
|
|
||||||
&:last-child { padding-right: 8px; }
|
|
||||||
&:only-child {
|
&:only-child {
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
@ -1406,8 +1402,6 @@ headerbar {
|
|||||||
& label:last-child { padding-left: 2px; }
|
& label:last-child { padding-left: 2px; }
|
||||||
& label:first-child { padding-right: 2px; }
|
& label:first-child { padding-right: 2px; }
|
||||||
& label:only-child { padding-right: 0; padding-left: 0; }
|
& label:only-child { padding-right: 0; padding-left: 0; }
|
||||||
|
|
||||||
image { padding-top: 1px; }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**************
|
/**************
|
||||||
|
@ -1976,28 +1976,16 @@ window.csd > .titlebar:not(headerbar) {
|
|||||||
/************
|
/************
|
||||||
* Pathbars *
|
* Pathbars *
|
||||||
************/
|
************/
|
||||||
.path-bar button, .path-bar headerbar button.titlebutton, headerbar .path-bar button.titlebutton,
|
.path-bar button:only-child {
|
||||||
.path-bar .titlebar button.titlebutton,
|
padding-left: 12px;
|
||||||
.titlebar .path-bar button.titlebutton {
|
padding-right: 12px; }
|
||||||
padding: 5px 6px 6px; }
|
.path-bar button label:last-child {
|
||||||
.path-bar button:first-child {
|
padding-left: 2px; }
|
||||||
padding-left: 8px; }
|
.path-bar button label:first-child {
|
||||||
.path-bar button:last-child {
|
padding-right: 2px; }
|
||||||
padding-right: 8px; }
|
.path-bar button label:only-child {
|
||||||
.path-bar button:only-child {
|
padding-right: 0;
|
||||||
padding-left: 12px;
|
padding-left: 0; }
|
||||||
padding-right: 12px; }
|
|
||||||
.path-bar button label:last-child {
|
|
||||||
padding-left: 2px; }
|
|
||||||
.path-bar button label:first-child {
|
|
||||||
padding-right: 2px; }
|
|
||||||
.path-bar button label:only-child {
|
|
||||||
padding-right: 0;
|
|
||||||
padding-left: 0; }
|
|
||||||
.path-bar button image,
|
|
||||||
.path-bar .titlebar button.titlebutton image,
|
|
||||||
.titlebar .path-bar button.titlebutton image {
|
|
||||||
padding-top: 1px; }
|
|
||||||
|
|
||||||
/**************
|
/**************
|
||||||
* Tree Views *
|
* Tree Views *
|
||||||
|
@ -1980,28 +1980,16 @@ window.csd > .titlebar:not(headerbar) {
|
|||||||
/************
|
/************
|
||||||
* Pathbars *
|
* Pathbars *
|
||||||
************/
|
************/
|
||||||
.path-bar button, .path-bar headerbar button.titlebutton, headerbar .path-bar button.titlebutton,
|
.path-bar button:only-child {
|
||||||
.path-bar .titlebar button.titlebutton,
|
padding-left: 12px;
|
||||||
.titlebar .path-bar button.titlebutton {
|
padding-right: 12px; }
|
||||||
padding: 5px 6px 6px; }
|
.path-bar button label:last-child {
|
||||||
.path-bar button:first-child {
|
padding-left: 2px; }
|
||||||
padding-left: 8px; }
|
.path-bar button label:first-child {
|
||||||
.path-bar button:last-child {
|
padding-right: 2px; }
|
||||||
padding-right: 8px; }
|
.path-bar button label:only-child {
|
||||||
.path-bar button:only-child {
|
padding-right: 0;
|
||||||
padding-left: 12px;
|
padding-left: 0; }
|
||||||
padding-right: 12px; }
|
|
||||||
.path-bar button label:last-child {
|
|
||||||
padding-left: 2px; }
|
|
||||||
.path-bar button label:first-child {
|
|
||||||
padding-right: 2px; }
|
|
||||||
.path-bar button label:only-child {
|
|
||||||
padding-right: 0;
|
|
||||||
padding-left: 0; }
|
|
||||||
.path-bar button image,
|
|
||||||
.path-bar .titlebar button.titlebutton image,
|
|
||||||
.titlebar .path-bar button.titlebutton image {
|
|
||||||
padding-top: 1px; }
|
|
||||||
|
|
||||||
/**************
|
/**************
|
||||||
* Tree Views *
|
* Tree Views *
|
||||||
|
Loading…
Reference in New Issue
Block a user