summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/css/pfSense-dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/css/pfSense-dark.css')
-rw-r--r--src/usr/local/www/css/pfSense-dark.css34
1 files changed, 33 insertions, 1 deletions
diff --git a/src/usr/local/www/css/pfSense-dark.css b/src/usr/local/www/css/pfSense-dark.css
index 07b3f77..e8e6606 100644
--- a/src/usr/local/www/css/pfSense-dark.css
+++ b/src/usr/local/www/css/pfSense-dark.css
@@ -1,3 +1,23 @@
+/*
+ * pfSense-dark.css
+ *
+ * part of pfSense (https://www.pfsense.org)
+ * Copyright (c) 2016 Electric Sheep Fencing, LLC
+ * All rights reserved.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
@import url("/css/pfSense.css");
@import url("/vendor/jquery/jquery-ui/themes/dark-hive/theme.css");
@@ -382,6 +402,18 @@ ul.tree li A:link, ul.tree li A:hover, ul.tree li A:visited {
color : #ffffff;
}
+/*sortable table*/
+
+table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"] {
+ background-color: #000;
+ color: #009688;
+ border-bottom-color: #009688;
+}
+
+table[data-sortable].sortable-theme-bootstrap tbody td {
+ border-top: 1px solid #303030;
+}
+
textarea {
background-color: #bfbfbf;
}
@@ -476,4 +508,4 @@ g.nv-axis text, g.nv-legend text {
#chart .nvtooltip {
background: rgba(97,97,97, 0.9);
color: #e0e0e0;
-} \ No newline at end of file
+}
OpenPOWER on IntegriCloud