Display in red the confirm buttons of delete processes
cf https://github.com/yohanboniface/django-leaflet-storage/issues/34
This commit is contained in:
parent
5db68422b9
commit
d262703813
1 changed files with 9 additions and 1 deletions
|
@ -70,4 +70,12 @@ input:-moz-placeholder, :-moz-placeholder {
|
||||||
}
|
}
|
||||||
#storage-ui-container select {
|
#storage-ui-container select {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#storage-ui-container.warning .button {
|
||||||
|
background-color: #c60f13;
|
||||||
|
border: 1px solid #7f0a0c;
|
||||||
|
}
|
||||||
|
#storage-ui-container.warning .button:hover {
|
||||||
|
background-color: #970b0e;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue