Damn buttons.

This commit is contained in:
Sam Hewitt
2014-12-17 23:36:56 -05:00
parent 9ae5d2c3fd
commit a00b23027a
3 changed files with 55 additions and 6 deletions

View File

@@ -101,7 +101,6 @@ GtkCalendar.button:backdrop:hover,
/* Insensitive Button */ /* Insensitive Button */
.button:insensitive, .button:insensitive,
.button.default:insensitive, .button.default:insensitive,
.button:active:insensitive,
.button.text-button:insensitive, .button.text-button:insensitive,
.button.image-button:insensitive { .button.image-button:insensitive {
border: 1px solid @insensitive_border; border: 1px solid @insensitive_border;
@@ -112,7 +111,6 @@ GtkCalendar.button:backdrop:hover,
/* Backdrop Button */ /* Backdrop Button */
.button:backdrop, .button:backdrop,
.button.default:backdrop, .button.default:backdrop,
.button:active:backdrop,
.button.text-button:backdrop, .button.text-button:backdrop,
.button.image-button:backdrop { .button.image-button:backdrop {
border-color: @backdrop_button_background; border-color: @backdrop_button_background;
@@ -122,7 +120,6 @@ GtkCalendar.button:backdrop:hover,
/* Backdrop Button */ /* Backdrop Button */
.button:backdrop:hover, .button:backdrop:hover,
.button.default:backdrop:hover, .button.default:backdrop:hover,
.button:active:backdrop:hover,
.button.text-button:backdrop:hover, .button.text-button:backdrop:hover,
.button.image-button:backdrop:hover { .button.image-button:backdrop:hover {
background-color: shade(@backdrop_button_background, 1.1); background-color: shade(@backdrop_button_background, 1.1);
@@ -133,7 +130,6 @@ GtkCalendar.button:backdrop:hover,
/* Insensitive Button */ /* Insensitive Button */
.button:insensitive:backdrop, .button:insensitive:backdrop,
.button.default:insensitive:backdrop, .button.default:insensitive:backdrop,
.button:active:insensitive:backdrop,
.button.text-button:insensitive:backdrop, .button.text-button:insensitive:backdrop,
.button.image-button:insensitive:backdrop { .button.image-button:insensitive:backdrop {
border: 1px solid @insensitive_border; border: 1px solid @insensitive_border;

View File

@@ -91,6 +91,7 @@
background-color: transparent; background-color: transparent;
border-radius: 0px; border-radius: 0px;
border: none; border: none;
outline: none;
color: @header_text; color: @header_text;
} }
@@ -106,6 +107,7 @@
font: Bold; font: Bold;
background-color: alpha(#000, 0.1); background-color: alpha(#000, 0.1);
border: none; border: none;
outline: none;
color: @header_text; color: @header_text;
box-shadow: inset 0 -2px 0 0 @header_text; box-shadow: inset 0 -2px 0 0 @header_text;
} }
@@ -122,6 +124,7 @@
background-color: transparent; background-color: transparent;
font: Bold; font: Bold;
border: none; border: none;
outline: none;
color: @header_text; color: @header_text;
box-shadow: inset 0 -2px 0 0 @header_text; box-shadow: inset 0 -2px 0 0 @header_text;
} }
@@ -137,6 +140,7 @@
border-radius: 0px; border-radius: 0px;
background-color: alpha(#000, 0.1); background-color: alpha(#000, 0.1);
border: none; border: 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;
} }
@@ -153,6 +157,7 @@
border-radius: 0px; border-radius: 0px;
background-color: transparent; background-color: transparent;
border: none; border: none;
outline: none;
color: @backdrop_header_text; color: @backdrop_header_text;
} }
@@ -168,11 +173,12 @@
font: Bold; font: Bold;
background-color: transparent; background-color: transparent;
border: none; border: none;
outline: none;
color: @backdrop_header_text; color: @backdrop_header_text;
box-shadow: inset 0 -2px 0 0 @backdrop_header_text; box-shadow: inset 0 -2px 0 0 @backdrop_header_text;
} }
/* Backdrop:Hover; Button */ /* Backdrop:Hover Button */
.header-bar .button:backdrop:hover, .header-bar .button:backdrop:hover,
.header-bar .text-button:backdrop:hover, .header-bar .text-button:backdrop:hover,
.header-bar .titlebutton:backdrop:hover, .header-bar .titlebutton:backdrop:hover,
@@ -183,6 +189,7 @@
background-color: transparent; background-color: transparent;
border-radius: 0px; border-radius: 0px;
border: none; border: none;
outline: none;
box-shadow: inset 0 -2px 0 0 @backdrop_header_text; box-shadow: inset 0 -2px 0 0 @backdrop_header_text;
color: @backdrop_header_text; color: @backdrop_header_text;
} }
@@ -199,6 +206,23 @@
border-radius: 0px; border-radius: 0px;
font: Bold; font: Bold;
border: none; border: none;
outline: none;
color: @insensitive_header_text;
}
/* Insensitive:Backdrop Button */
.header-bar .button:insensitive:backdrop,
.header-bar .text-button:insensitive:backdrop,
.header-bar .titlebutton:insensitive:backdrop,
.header-bar .linked:insensitive:backdrop,
.header-bar .flat:insensitive:backdrop,
.header-bar .suggested-action .button:insensitive:backdrop,
.header-bar .image-button:insensitive:backdrop {
border-radius: 0px;
font: Bold;
background-color: transparent;
border: none;
outline: none;
color: @insensitive_header_text; color: @insensitive_header_text;
} }
@@ -288,6 +312,7 @@
padding: 6px; padding: 6px;
border-radius: 6px; border-radius: 6px;
border: none; border: none;
outline: none;
icon-shadow:none; icon-shadow:none;
} }
@@ -296,12 +321,14 @@
background: none; background: none;
color: @header_text; color: @header_text;
border: none; border: none;
outline: none;
} }
.header-bar .entry:backdrop { .header-bar .entry:backdrop {
background: none; background: none;
color: @backdrop_header_text; color: @backdrop_header_text;
border: none; border: none;
outline: none;
} }
.header-bar .entry.image { .header-bar .entry.image {

View File

@@ -86,6 +86,7 @@
background-color: transparent; background-color: transparent;
border-radius: 0px; border-radius: 0px;
border: none; border: none;
outline: none;
color: @header_text; color: @header_text;
} }
@@ -101,6 +102,7 @@
font: Bold; font: Bold;
background-color: alpha(#000, 0.2); background-color: alpha(#000, 0.2);
border: none; border: none;
outline: none;
color: @header_text; color: @header_text;
box-shadow: inset 0 -4px 0 0 @header_text; box-shadow: inset 0 -4px 0 0 @header_text;
} }
@@ -117,6 +119,7 @@
background-color: transparent; background-color: transparent;
font: Bold; font: Bold;
border: none; border: none;
outline: none;
color: @header_text; color: @header_text;
box-shadow: inset 0 -2px 0 0 @header_text; box-shadow: inset 0 -2px 0 0 @header_text;
} }
@@ -132,6 +135,7 @@
border-radius: 0px; border-radius: 0px;
background-color: alpha(#000, 0.1); background-color: alpha(#000, 0.1);
border: none; border: 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;
} }
@@ -148,6 +152,7 @@
border-radius: 0px; border-radius: 0px;
background-color: transparent; background-color: transparent;
border: none; border: none;
outline: none;
color: @backdrop_header_text; color: @backdrop_header_text;
} }
@@ -163,6 +168,7 @@
font: Bold; font: Bold;
background-color: transparent; background-color: transparent;
border: none; border: none;
outline: none;
color: @backdrop_header_text; color: @backdrop_header_text;
box-shadow: inset 0 -2px 0 0 @backdrop_header_text; box-shadow: inset 0 -2px 0 0 @backdrop_header_text;
} }
@@ -178,6 +184,7 @@
background-color: transparent; background-color: transparent;
border-radius: 0px; border-radius: 0px;
border: none; border: none;
outline: none;
box-shadow: inset 0 -2px 0 0 @backdrop_header_text; box-shadow: inset 0 -2px 0 0 @backdrop_header_text;
color: @backdrop_header_text; color: @backdrop_header_text;
} }
@@ -194,10 +201,25 @@
border-radius: 0px; border-radius: 0px;
font: Bold; font: Bold;
border: none; border: none;
outline: none;
color: @insensitive_header_text; color: @insensitive_header_text;
} }
/* Insensitive:Backdrop Button */
.titlebar .button:insensitive:backdrop,
.titlebar .text-button:insensitive:backdrop,
.titlebar .titlebutton:insensitive:backdrop,
.titlebar .linked:insensitive:backdrop,
.titlebar .flat:insensitive:backdrop,
.titlebar .suggested-action .button:insensitive:backdrop,
.titlebar .image-button:insensitive:backdrop {
border-radius: 0px;
font: Bold;
background-color: transparent;
border: none;
outline: none;
color: @insensitive_header_text;
}
/* Button Images */ /* Button Images */
.titlebar .button GtkImage, .titlebar .button GtkImage,
@@ -292,20 +314,24 @@
.titlebar .right .button:first-child, .titlebar .right .button:first-child,
.titlebar .right .titlebutton:first-child { .titlebar .right .titlebutton:first-child {
border: none; border: none;
outline: none;
} }
.titlebar .right .button:last-child, .titlebar .right .button:last-child,
.titlebar .right .titlebutton:last-child { .titlebar .right .titlebutton:last-child {
border: none; border: none;
outline: none;
} }
.titlebar .left .button:last-child, .titlebar .left .button:last-child,
.titlebar .left .titlebutton:last-child { .titlebar .left .titlebutton:last-child {
border: none; border: none;
outline: none;
} }
.titlebar .left .button:first-child, .titlebar .left .button:first-child,
.titlebar .left .titlebutton:first-child { .titlebar .left .titlebutton:first-child {
border: none; border: none;
outline: none;
} }