Merge pull request #435 from grafixeyehero/deletehelper
Change primary highlight for delete confirmation dialog
This commit is contained in:
commit
ff68a0d550
18 changed files with 161 additions and 74 deletions
|
@ -84,6 +84,11 @@ html {
|
|||
background: #0cb0e8
|
||||
}
|
||||
|
||||
.button-delete {
|
||||
background: rgb(247, 0, 0);
|
||||
color: rgba(255, 255, 255, .87)
|
||||
}
|
||||
|
||||
.checkboxLabel {
|
||||
color: inherit
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue