Css fix for danger button
-wrongly defined css for danger button Change-Id: Ie07fcb1ce58b6f4d4ba6c6a4430ab23f38e9b518
This commit is contained in:
parent
4117054943
commit
006f9d70c5
@ -445,7 +445,7 @@ input {
|
|||||||
border-radius: 0 2px 2px 0;
|
border-radius: 0 2px 2px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn:not(.btn-danger) {
|
||||||
background: rgb(243, 243, 243);
|
background: rgb(243, 243, 243);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user