diff options
Diffstat (limited to 'style')
| -rw-r--r-- | style/install.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/style/install.css b/style/install.css index c6f8714..24c788e 100644 --- a/style/install.css +++ b/style/install.css @@ -57,9 +57,13 @@ textarea {width:100%;} .formfeedback {} .formfeedback div {padding:4px; border-bottom:1px dotted #aaa;} +.dialog-error, .error {background:#fdd;} +.dialog-warning, .warning {background:#fed;} +.dialog-ok, .success {background:#def;} +.media-playback-start, .current {background:#ffc;} .help {background:#eee;} div.warning, |
