Skip to content

Commit 6c377b9

Browse files
author
Kristan Kenney
committed
Remove button shadows from flat.css theme
1 parent 38bbbe5 commit 6c377b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install/deb/themes/flat.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,19 @@ b, strong {
8484
}
8585

8686
.ui-button.cancel, .button.cancel {
87+
box-shadow: none !important;
8788
background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(241,241,241,1) 100%) !important;
8889
}
8990

9091
.ui-button:hover, .button:hover, .ui-button.cancel:hover, .button.cancel:hover {
92+
box-shadow: none !important;
9193
background: linear-gradient(to bottom, rgba(241,248,253,1) 0%,rgba(227,240,251,1) 100%) !important;
9294
}
9395

9496
.ui-button:focus,.ui-button:active,
9597
.button:active,.button:focus,.ui-button.cancel:focus,.ui-button.cancel:active,
9698
.button.cancel:active,.button.cancel:focus {
99+
box-shadow: none !important;
97100
background: linear-gradient(to bottom, rgba(210,232,250,1) 0%,rgba(194,224,248,1) 100%) !important;
98101
}
99102

0 commit comments

Comments
 (0)