Skip to content

Commit 0662ca9

Browse files
author
Kristan Kenney
committed
Add danger button style to flat theme
1 parent fcfa4bf commit 0662ca9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

install/deb/themes/flat.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,18 @@ b, strong {
100100
background: linear-gradient(to bottom, rgba(210,232,250,1) 0%,rgba(194,224,248,1) 100%) !important;
101101
}
102102

103+
.ui-button.danger:hover, .button.danger:hover {
104+
background: #f1968b !important;
105+
color: #F4301A !important;
106+
border: 1px solid #F27E71 !important;
107+
}
108+
109+
.ui-button.danger:active, .button.danger:active, .ui-button.danger:focus, .button.danger:focus {
110+
background: #a91200 !important;
111+
color: #fff !important;
112+
border: 1px solid #F4301A !important;
113+
}
114+
103115
.alert {
104116
text-shadow: none !important;
105117
box-shadow: none !important;

0 commit comments

Comments
 (0)