Refinement

This commit is contained in:
Sam Hewitt 2015-04-11 09:24:35 -04:00
parent 43cca237e1
commit a313285248
2 changed files with 10 additions and 14 deletions

View File

@ -88,11 +88,6 @@
/********************** /**********************
* Header bar buttons * * Header bar buttons *
**********************/ **********************/
.header-bar .button {
border: none;
padding: 12px 15px;
}
.header-bar .flat, .header-bar .flat,
.header-bar .button, .header-bar .button,
.header-bar .title, .header-bar .title,
@ -103,6 +98,8 @@
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
box-shadow: none; box-shadow: none;
border: none;
padding: 12px 15px;
} }
/* Normal Button */ /* Normal Button */
@ -131,7 +128,7 @@
.header-bar .suggested-action .button:active, .header-bar .suggested-action .button:active,
.header-bar .image-button:active { .header-bar .image-button:active {
border-radius: 0px; border-radius: 0px;
background-color: alpha(#000, 0.1); /*background-color: alpha(#000, 0.1);*/
background-image: none; background-image: none;
border: none; border: none;
outline: none; outline: none;
@ -153,6 +150,7 @@
.header-bar .image-button:checked { .header-bar .image-button:checked {
border-radius: 0px; border-radius: 0px;
background-image: none; background-image: none;
/*background-color: alpha(#000, 0.1);*/
border: none; border: none;
outline: none; outline: none;
color: @header_text; color: @header_text;
@ -193,7 +191,7 @@
background-image: none; background-image: none;
border: none; border: none;
outline: none; outline: none;
box-shadow: inset 0 -2px 0 0 @header_text; /*box-shadow: inset 0 -2px 0 0 @header_text;*/
color: @header_text; color: @header_text;
} }

View File

@ -85,11 +85,6 @@
* Header bar buttons * * Header bar buttons *
**********************/ **********************/
.titlebar .button {
border: none;
padding: 12px 15px;
}
.titlebar .flat, .titlebar .flat,
.titlebar .button, .titlebar .button,
.titlebar .title, .titlebar .title,
@ -99,6 +94,8 @@
.titlebar .image-button { .titlebar .image-button {
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border: none;
padding: 12px 15px;
} }
/* Normal Button */ /* Normal Button */
@ -127,7 +124,7 @@
.titlebar .suggested-action .button:active, .titlebar .suggested-action .button:active,
.titlebar .image-button:active { .titlebar .image-button:active {
border-radius: 0px; border-radius: 0px;
background-color: alpha(#000, 0.2); /*background-color: alpha(#000, 0.1);*/
background-image: none; background-image: none;
border: none; border: none;
outline: none; outline: none;
@ -148,6 +145,7 @@
.titlebar .suggested-action .button:checked, .titlebar .suggested-action .button:checked,
.titlebar .image-button:checked { .titlebar .image-button:checked {
border-radius: 0px; border-radius: 0px;
/*background-color: alpha(#000, 0.1);*/
background-image: none; background-image: none;
border: none; border: none;
outline: none; outline: none;
@ -188,7 +186,7 @@
background-image: none; background-image: none;
border: none; border: none;
outline: none; outline: none;
box-shadow: inset 0 -2px 0 0 @header_text; /*box-shadow: inset 0 -2px 0 0 @header_text;*/
color: @header_text; color: @header_text;
} }