summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/pfsense
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-12-05 19:58:35 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-12-05 19:58:35 +0000
commitb9fd602e3cef2de9e01c58c37f829e7132f14935 (patch)
tree3f193c7003cac76ff5f4f1c83d2b8df05e2d6591 /usr/local/www/themes/pfsense
parentdaad17fdd1bfc6b7b6d124fe9da20a4ceac217a2 (diff)
downloadpfsense-b9fd602e3cef2de9e01c58c37f829e7132f14935.zip
pfsense-b9fd602e3cef2de9e01c58c37f829e7132f14935.tar.gz
Add sortable css
Diffstat (limited to 'usr/local/www/themes/pfsense')
-rw-r--r--usr/local/www/themes/pfsense/all.css10
1 files changed, 9 insertions, 1 deletions
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;
+}
OpenPOWER on IntegriCloud