diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 93cf70efe..33ccd5cbf 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -349,6 +349,13 @@ footer { font-weight: bold; } +.warning-text { + width: auto; + font-size: 1.2em; + font-weight: bold; + color: #ff0000; +} + .preview { background: url('../img/gray_and_white_diagonal_stripes_background_seamless.gif'); } |