]> git.mxchange.org Git - mailer.git/blobdiff - theme/default/css/general.css
Continued on AJAX installer to start first step (more are easily to add)
[mailer.git] / theme / default / css / general.css
index f2e0ec517ab0962bb13050023eee49692917949e..e48bab2239c91520bebd92e7be6fa472f7b4831e 100644 (file)
@@ -224,10 +224,19 @@ a.logout_box {
        margin: 0px;
        max-width: 100%;
        min-width: 400px;
-       overflow: auto
+       overflow: auto;
        color: #000000;
 }
 
+.ajax_bug_table {
+       background-color: #cc0000;
+       margin: 0px;
+       max-width: 100%;
+       min-width: 400px;
+       overflow: auto;
+       color: #ffffff;
+}
+
 .form_submitmenu {
        min-width: 500px;
        max-width: 90%;
@@ -255,15 +264,23 @@ a.logout_box {
        background-color: #ddeedd;
 }
 
-.table_header, .bug_table_header {
+.table_header, .bug_table_header, .ajax_bug_table_header {
        text-align: center;
        color: #009900;
        vertical-align: middle;
-       background-color: #ddeedd;
        padding-bottom: 5px;
        padding-top: 5px;
 }
 
+.table_header, .bug_table_header {
+       background-color: #ddeedd;
+}
+
+.ajax_bug_table_header {
+       background-color: #cc0000;
+       color: #ffffff;
+}
+
 .guest_login_header {
        color: #009900;
        vertical-align: middle;