summaryrefslogtreecommitdiff
path: root/amelia/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'amelia/bootstrap.css')
-rw-r--r--amelia/bootstrap.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/amelia/bootstrap.css b/amelia/bootstrap.css
index 50a560c1..387f82cb 100644
--- a/amelia/bootstrap.css
+++ b/amelia/bootstrap.css
@@ -3399,7 +3399,7 @@ input[type="button"].btn-block {
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
- color: rgba(255, 255, 255, 0.6);
+ color: #dddddd;
}
.dropdown-menu > .disabled > a:hover,
@@ -7275,6 +7275,10 @@ h6 {
color: #b8abd8;
}
+.table-responsive > .table {
+ background-color: transparent;
+}
+
.has-warning .help-block,
.has-warning .control-label {
color: #ecd77f;