Skip to content
Snippets Groups Projects
Unverified Commit 1d0710ce authored by Morris Jobke's avatar Morris Jobke
Browse files

Bring back checkmark icon on successful update


Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
parent bc2f23a0
No related branches found
No related tags found
No related merge requests found
...@@ -434,7 +434,7 @@ form #selectDbType label.ui-state-active { ...@@ -434,7 +434,7 @@ form #selectDbType label.ui-state-active {
border-radius: 3px; border-radius: 3px;
cursor: default; cursor: default;
} }
.warning, { .warning {
padding: 5px; padding: 5px;
background: #fdd; background: #fdd;
margin: 0 7px 5px 4px; margin: 0 7px 5px 4px;
...@@ -541,6 +541,9 @@ p.info { ...@@ -541,6 +541,9 @@ p.info {
.icon-confirm-white { .icon-confirm-white {
background-image: url('../img/actions/confirm-white.svg?v=2'); 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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment