Project

General

Profile

Download (2.15 KB) Statistics
| Branch: | Tag: | Revision:
1
/*
2
 * pfSense-BETA.css
3
 *
4
 * part of pfSense (https://www.pfsense.org)
5
 * Copyright (c) 2016-2018 Rubicon Communications, LLC (Netgate)
6
 * All rights reserved.
7
 *
8
 * Licensed under the Apache License, Version 2.0 (the "License");
9
 * you may not use this file except in compliance with the License.
10
 * You may obtain a copy of the License at
11
 *
12
 * http://www.apache.org/licenses/LICENSE-2.0
13
 *
14
 * Unless required by applicable law or agreed to in writing, software
15
 * distributed under the License is distributed on an "AS IS" BASIS,
16
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
 * See the License for the specific language governing permissions and
18
 * limitations under the License.
19
 */
20

    
21
@import url("/css/pfSense.css");
22

    
23
/*** Experimental Changes Go Here ***/
24

    
25
body {
26
    font-size: 12px;
27
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
28
}
29

    
30
.navbar-nav {
31
    padding: 5px 5px 0px 5px;
32
}
33

    
34
table[data-sortable].sortable-theme-bootstrap {
35
    font-size: 12px;
36
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
37
}
38

    
39
.table>tbody>tr>td {
40
    padding: 4px 4px 4px 10px;
41
}
42

    
43
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
44
    padding: 4px 5px;
45
}
46

    
47
a.fa, i.fa {
48
    font-size: 14px;
49
}
50

    
51
.breadcrumb {
52
    padding: 8px 15px;
53
    margin-bottom: 16px;
54
    font-size: 18px;
55
}
56

    
57
.nav>li>a {
58
    padding: 10px 15px 10px 15px;
59
}
60

    
61
.nav-pills {
62
    margin-bottom: 16px;
63
}
64

    
65
.dropdown-menu>li>a {
66
    padding: 3px 20px;
67
}
68

    
69
.panel-title {
70
    font-size: 14px;
71
}
72

    
73
.form-group {
74
    padding: 5px 5px 5px 5px;
75
}
76

    
77
.icon-embed-btn {
78
    padding-right: 16px;
79
    padding-bottom: 13px;
80
}
81

    
82
.panel-heading {
83
    padding: 5px 10px;
84
}
85

    
86
.ui-widget {
87
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
88
}
89

    
90
/** This style adds a gray outline around unchecked checkboxes to
91
make them more visible. Unfortunately the exact alignment of those
92
outlines varies considerably with browser/OS **/
93
input[type="checkbox"]:not(:checked) {
94
  outline: 1px solid #888888;
95
}
(4-4/7)