Commit 8aa9d948 by Dányi Bence

webui: validated icon

parent 9056c10c
...@@ -92,6 +92,9 @@ ul.messagelist li.error ...@@ -92,6 +92,9 @@ ul.messagelist li.error
} }
input.validated { input.validated {
padding-right: 15px; padding-right: 15px;
background-image: url(admin/img/icon_success.gif);
background-repeat: no-repeat;
background-position: right center;
&.error &.error
{ {
background:#fcc url(admin/img/icon_error.gif) right center no-repeat; background:#fcc url(admin/img/icon_error.gif) right center no-repeat;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment