summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/themes/metallic/all.css8
-rw-r--r--usr/local/www/themes/nervecenter/all.css8
-rw-r--r--usr/local/www/themes/pfsense-dropdown/all.css8
-rw-r--r--usr/local/www/themes/pfsense/all.css10
-rw-r--r--usr/local/www/themes/the_wall/all.css8
5 files changed, 41 insertions, 1 deletions
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css
index 15e3952..fb5aabb 100644
--- a/usr/local/www/themes/metallic/all.css
+++ b/usr/local/www/themes/metallic/all.css
@@ -1208,3 +1208,11 @@ div#log span.log-protocol-mini-header {
width: 8%;
border-right: 1px solid #999;
}
+
+/* Sortable tables */
+table.sortable thead {
+ background-color:#eee;
+ color:#666666;
+ font-weight: bold;
+ cursor: default;
+}
diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css
index d264d86..cfd05cb 100644
--- a/usr/local/www/themes/nervecenter/all.css
+++ b/usr/local/www/themes/nervecenter/all.css
@@ -861,6 +861,7 @@ ul#wzdnav a:active {
padding-top: 5px;
padding-bottom: 5px;
}
+
.optsect_t {
border-right: 1px solid #999999;
background-color: #990000;
@@ -1227,3 +1228,10 @@ div#log span.log-protocol-mini-header {
border-right: 1px solid #999;
}
+/* Sortable tables */
+table.sortable thead {
+ background-color:#eee;
+ color:#666666;
+ font-weight: bold;
+ cursor: default;
+}
diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css
index 95b6ef2..fba8291 100644
--- a/usr/local/www/themes/pfsense-dropdown/all.css
+++ b/usr/local/www/themes/pfsense-dropdown/all.css
@@ -950,3 +950,11 @@ div#log span.log-protocol-mini-header {
width: 8%;
border-right: 1px solid #999;
}
+
+/* Sortable tables */
+table.sortable thead {
+ background-color:#eee;
+ color:#666666;
+ font-weight: bold;
+ cursor: default;
+}
diff --git a/usr/local/www/themes/pfsense/all.css b/usr/local/www/themes/pfsense/all.css
index f5ff232..5977eb6 100644
--- a/usr/local/www/themes/pfsense/all.css
+++ b/usr/local/www/themes/pfsense/all.css
@@ -957,4 +957,12 @@ div#log span.log-protocol-mini-header {
position: relative;
left: 0px;
top: -117px;
-} \ No newline at end of file
+}
+
+/* Sortable tables */
+table.sortable thead {
+ background-color:#eee;
+ color:#666666;
+ font-weight: bold;
+ cursor: default;
+}
diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css
index a71c949..c2206d8 100644
--- a/usr/local/www/themes/the_wall/all.css
+++ b/usr/local/www/themes/the_wall/all.css
@@ -1248,3 +1248,11 @@ div#log span.log-protocol-mini-header {
width: 8%;
border-right: 1px solid #999;
}
+
+/* Sortable tables */
+table.sortable thead {
+ background-color:#eee;
+ color:#666666;
+ font-weight: bold;
+ cursor: default;
+}
OpenPOWER on IntegriCloud