Tweaked header/title bars.

This commit is contained in:
Sam Hewitt 2015-03-09 02:53:18 -04:00
parent c6fb5b3f55
commit d38407bf71
3 changed files with 46 additions and 3 deletions

View File

@ -206,7 +206,28 @@
color: @backdrop_header_text;
}
/* Active:Backdrop Button */
/* *:Backdrop Button */
.header-bar .button:hover:backdrop,
.header-bar .text-button:hover:backdrop,
.header-bar .titlebutton:hover:backdrop,
.header-bar .linked:hover:backdrop,
.header-bar .flat:hover:backdrop,
.header-bar .suggested-action .button:hover:backdrop,
.header-bar .image-button:hover:backdrop,
.header-bar .button:checked:backdrop,
.header-bar .text-button:checked:backdrop,
.header-bar .titlebutton:checked:backdrop,
.header-bar .linked:checked:backdrop,
.header-bar .flat:checked:backdrop,
.header-bar .suggested-action .button:checked:backdrop,
.header-bar .image-button:checked:backdrop,
.header-bar .button:focus:backdrop,
.header-bar .text-button:focus:backdrop,
.header-bar .titlebutton:focus:backdrop,
.header-bar .linked:focus:backdrop,
.header-bar .flat:focus:backdrop,
.header-bar .suggested-action .button:focus:backdrop,
.header-bar .image-button:focus:backdrop,
.header-bar .button:active:backdrop,
.header-bar .text-button:active:backdrop,
.header-bar .titlebutton:active:backdrop,

View File

@ -26,7 +26,7 @@
.search-bar {
padding: 0px;
background-color: @searchbar;
box-shadow: inset 0 -3px 3px -4px alpha(#000, 0.5);
box-shadow: inset 0 -1px 1px -2px alpha(#000, 0.5);
color: @foreground;
}

View File

@ -202,7 +202,29 @@
color: @backdrop_header_text;
}
/* Active:Backdrop Button */
/* *:Backdrop Button */
.titlebar .button:hover:backdrop,
.titlebar .text-button:hover:backdrop,
.titlebar .titlebutton:hover:backdrop,
.titlebar .linked:hover:backdrop,
.titlebar .flat:hover:backdrop,
.titlebar .suggested-action .button:hover:backdrop,
.titlebar .image-button:hover:backdrop,
.titlebar .button:checked:backdrop,
.titlebar .text-button:checked:backdrop,
.titlebar .titlebutton:checked:backdrop,
.titlebar .linked:checked:backdrop,
.titlebar .flat:checked:backdrop,
.titlebar .suggested-action .button:checked:backdrop,
.titlebar .image-button:checked:backdrop,
.titlebar .button:focus:backdrop,
.titlebar .text-button:focus:backdrop,
.titlebar .titlebutton:focus:backdrop,
.titlebar .linked:focus:backdrop,
.titlebar .flat:focus:backdrop,
.titlebar .suggested-action .button:focus:backdrop,
.titlebar .image-button:focus:backdrop,
.titlebar .button:active:backdrop,
.titlebar .text-button:active:backdrop,
.titlebar .titlebutton:active:backdrop,