Skip to content

Commit b160224

Browse files
author
Kristan Kenney
committed
Further flatten buttons in flat.css theme
1 parent 2ad5b40 commit b160224

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

install/deb/themes/flat.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,16 @@ b, strong {
8484
background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(241,241,241,1) 100%) !important;
8585
}
8686

87+
.ui-button:hover, .button:hover, .ui-button.cancel:hover, .button.cancel:hover {
88+
background: linear-gradient(to bottom, rgba(241,248,253,1) 0%,rgba(227,240,251,1) 100%) !important;
89+
}
90+
91+
.ui-button:focus,.ui-button:active,
92+
.button:active,.button:focus,.ui-button.cancel:focus,.ui-button.cancel:active,
93+
.button.cancel:active,.button.cancel:focus {
94+
background: linear-gradient(to bottom, rgba(210,232,250,1) 0%,rgba(194,224,248,1) 100%) !important;
95+
}
96+
8797
.alert {
8898
text-shadow: none !important;
8999
box-shadow: none !important;

0 commit comments

Comments
 (0)