Revision 3085b390
Added by Jared Dillard almost 9 years ago
src/usr/local/www/css/pfSense-dark-BETA.css | ||
---|---|---|
53 | 53 |
@import url("/css/pfSense-dark.css"); |
54 | 54 |
|
55 | 55 |
/*** Experimental Changes Go Here ***/ |
56 |
|
|
57 |
body { |
|
58 |
font-size: 12px; |
|
59 |
} |
|
60 |
|
|
61 |
.navbar-nav { |
|
62 |
padding: 5px 5px 0px 5px; |
|
63 |
} |
|
64 |
|
|
65 |
table[data-sortable].sortable-theme-bootstrap { |
|
66 |
font-size: 12px; |
|
67 |
} |
|
68 |
|
|
69 |
.table>tbody>tr>td { |
|
70 |
padding: 4px 4px 4px 10px; |
|
71 |
} |
|
72 |
|
|
73 |
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { |
|
74 |
padding: 4px 5px; |
|
75 |
} |
|
76 |
|
|
77 |
a.fa, i.fa { |
|
78 |
font-size: 14px; |
|
79 |
} |
|
80 |
|
|
81 |
.breadcrumb { |
|
82 |
padding: 8px 15px; |
|
83 |
margin-bottom: 16px; |
|
84 |
font-size: 18px; |
|
85 |
} |
|
86 |
|
|
87 |
.nav>li>a { |
|
88 |
padding: 10px 15px 10px 15px; |
|
89 |
} |
|
90 |
|
|
91 |
.nav-pills { |
|
92 |
margin-bottom: 16px; |
|
93 |
} |
|
94 |
|
|
95 |
.dropdown-menu>li>a { |
|
96 |
padding: 3px 20px; |
|
97 |
} |
|
98 |
|
|
99 |
.panel-title { |
|
100 |
font-size: 14px; |
|
101 |
} |
|
102 |
|
|
103 |
.form-group { |
|
104 |
padding: 5px 5px 5px 5px; |
|
105 |
} |
|
106 |
|
|
107 |
.text-danger { |
|
108 |
color: #F44336; |
|
109 |
} |
|
110 |
|
|
111 |
.icon-embed-btn { |
|
112 |
padding-right: 16px; |
|
113 |
padding-bottom: 13px; |
|
114 |
} |
|
115 |
|
|
116 |
.panel-heading { |
|
117 |
padding: 5px 10px; |
|
118 |
} |
Also available in: Unified diff
experiment with tighter styling