diff options
-rw-r--r-- | template/yoga/theme/Sylvia/icon/errors.png | bin | 0 -> 1224 bytes | |||
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/theme/Sylvia/icon/errors.png b/template/yoga/theme/Sylvia/icon/errors.png Binary files differnew file mode 100644 index 000000000..e26d8c6e5 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/errors.png diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index efbc6a123..13f512e2b 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -250,7 +250,7 @@ BODY { .errors { color:#f33; border:0; - background-color: transparent; + background: transparent url(icon/errors.png) no-repeat scroll right top; margin-left:125px; padding:5px 0px 0pt 10pt; min-height: 48px; |