summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/css
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/css')
-rw-r--r--src/usr/local/www/css/Compact-RED.css24
-rw-r--r--src/usr/local/www/css/pfSense-BETA.css20
-rw-r--r--src/usr/local/www/css/pfSense-dark-BETA.css20
-rw-r--r--src/usr/local/www/css/pfSense-dark.css34
-rw-r--r--src/usr/local/www/css/pfSense.css24
5 files changed, 118 insertions, 4 deletions
diff --git a/src/usr/local/www/css/Compact-RED.css b/src/usr/local/www/css/Compact-RED.css
index 7c88722..9105de0 100644
--- a/src/usr/local/www/css/Compact-RED.css
+++ b/src/usr/local/www/css/Compact-RED.css
@@ -1,5 +1,23 @@
-
-/* Compact-RED theme for pfSense by PiBa-NL */
+/*
+ * Compact-RED.css
+ *
+ * part of pfSense (https://www.pfsense.org)
+ * Copyright (c) 2016 PiBa-NL
+ * 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");
@@ -136,4 +154,4 @@ body {
/* Experimental styles to correct vertical alignment in forms */
.col-sm-10 {
padding-top: 0px;
-} \ No newline at end of file
+}
diff --git a/src/usr/local/www/css/pfSense-BETA.css b/src/usr/local/www/css/pfSense-BETA.css
index df99b0c..9805256 100644
--- a/src/usr/local/www/css/pfSense-BETA.css
+++ b/src/usr/local/www/css/pfSense-BETA.css
@@ -1,3 +1,23 @@
+/*
+ * pfSense-BETA.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");
/*** Experimental Changes Go Here ***/
diff --git a/src/usr/local/www/css/pfSense-dark-BETA.css b/src/usr/local/www/css/pfSense-dark-BETA.css
index 9aa5993..8455799 100644
--- a/src/usr/local/www/css/pfSense-dark-BETA.css
+++ b/src/usr/local/www/css/pfSense-dark-BETA.css
@@ -1,3 +1,23 @@
+/*
+ * pfSense-dark-BETA.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-dark.css");
/*** Experimental Changes Go Here ***/
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
+}
diff --git a/src/usr/local/www/css/pfSense.css b/src/usr/local/www/css/pfSense.css
index 71ad28a..75b92c8 100644
--- a/src/usr/local/www/css/pfSense.css
+++ b/src/usr/local/www/css/pfSense.css
@@ -1,3 +1,23 @@
+/*
+ * pfSense.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("/vendor/bootstrap/css/bootstrap.min.css");
@import url("/css/fonts/roboto.css");
@import url("/vendor/jquery/jquery-ui/themes/smoothness/theme.css");
@@ -733,6 +753,10 @@ ul.tree li .over{
* End of CSS for Standard tree layout
*/
+ table[data-sortable].sortable-theme-bootstrap thead th {
+ white-space: nowrap;
+ }
+
@media (max-width: 1199px) {
.nav>li>a {
padding: 14px 9px 10px 9px;
OpenPOWER on IntegriCloud