mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
Bring back checkmark icon on successful update
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
bc2f23a0fc
commit
1d0710ce3f
1 changed files with 4 additions and 1 deletions
|
|
@ -434,7 +434,7 @@ form #selectDbType label.ui-state-active {
|
|||
border-radius: 3px;
|
||||
cursor: default;
|
||||
}
|
||||
.warning, {
|
||||
.warning {
|
||||
padding: 5px;
|
||||
background: #fdd;
|
||||
margin: 0 7px 5px 4px;
|
||||
|
|
@ -541,6 +541,9 @@ p.info {
|
|||
.icon-confirm-white {
|
||||
background-image: url('../img/actions/confirm-white.svg?v=2');
|
||||
}
|
||||
.icon-checkmark-white {
|
||||
background-image: url('../img/actions/checkmark-white.svg?v=1');
|
||||
}
|
||||
|
||||
|
||||
/* Loading */
|
||||
|
|
|
|||
Loading…
Reference in a new issue