Revision 60bcf1db
Added by Stephen Beaver over 9 years ago
src/usr/local/www/bootstrap/css/pfSense.css | ||
---|---|---|
47 | 47 |
display: none; |
48 | 48 |
} |
49 | 49 |
|
50 |
h1 a:hover, h1 a:active {
|
|
51 |
color: #000000;
|
|
52 |
text-decoration: none !important;
|
|
50 |
h1 a:hover, h1 a:active { |
|
51 |
color: #000000; |
|
52 |
text-decoration: none !important; |
|
53 | 53 |
} |
54 | 54 |
|
55 | 55 |
.container.fixed { |
... | ... | |
60 | 60 |
font-size: 22px; |
61 | 61 |
background-color: #E0E0E0; |
62 | 62 |
margin-bottom: 10px; |
63 |
border-radius: 0;
|
|
63 |
border-radius: 0; |
|
64 | 64 |
box-shadow: 0px 1px 10px rgba(0,0,0,.4); |
65 | 65 |
} |
66 | 66 |
|
... | ... | |
158 | 158 |
} |
159 | 159 |
|
160 | 160 |
.dropdown-menu>li>a { |
161 |
padding: 5px 20px;
|
|
161 |
padding: 5px 20px; |
|
162 | 162 |
} |
163 | 163 |
/* end navigation */ |
164 | 164 |
|
... | ... | |
169 | 169 |
|
170 | 170 |
.panel { |
171 | 171 |
margin-bottom: 10px; |
172 |
border-radius: 0;
|
|
172 |
border-radius: 0; |
|
173 | 173 |
box-shadow: 0px 3px 7px rgba(0,0,0,.1); |
174 | 174 |
} |
175 | 175 |
|
... | ... | |
181 | 181 |
|
182 | 182 |
.panel-heading { |
183 | 183 |
padding: 5px 15px; |
184 |
border-radius: 0;
|
|
184 |
border-radius: 0; |
|
185 | 185 |
} |
186 | 186 |
|
187 | 187 |
.panel-heading a:link, .panel-heading a:visited { |
... | ... | |
519 | 519 |
|
520 | 520 |
.table-hover>tbody>tr.hover-success:hover { |
521 | 521 |
color: #000; |
522 |
background-color: #A5D6A7;
|
|
522 |
background-color: #A5D6A7; |
|
523 | 523 |
} |
524 | 524 |
|
525 | 525 |
.table-hover>tbody>tr.hover-danger:hover { |
526 | 526 |
color: #000; |
527 |
background-color: #EF9A9A;
|
|
527 |
background-color: #EF9A9A; |
|
528 | 528 |
} |
529 | 529 |
|
530 | 530 |
.table-hover>tbody>tr.hover-warning:hover { |
... | ... | |
543 | 543 |
font-size: 15px; |
544 | 544 |
vertical-align: middle; |
545 | 545 |
color: white; |
546 |
padding-right: 15px;
|
|
546 |
padding-right: 22px;
|
|
547 | 547 |
padding-bottom: 17px; |
548 | 548 |
margin-top: -0.125em; |
549 | 549 |
width: 14px; |
... | ... | |
572 | 572 |
.widget-heading-icon |
573 | 573 |
{ |
574 | 574 |
display: block; |
575 |
float: right;
|
|
575 |
float: right; |
|
576 | 576 |
} |
577 | 577 |
|
578 | 578 |
.widget-heading-icon .fa { |
... | ... | |
603 | 603 |
* Feel free to use this on your websites, but please leave this message in the fies |
604 | 604 |
* http://www.silverstripe.com/blog |
605 | 605 |
*/ |
606 |
|
|
606 |
|
|
607 | 607 |
ul.tree{ |
608 | 608 |
width: auto; |
609 | 609 |
padding-left : 0px; |
... | ... | |
620 | 620 |
|
621 | 621 |
ul.tree ul { |
622 | 622 |
margin-left: 16px; |
623 |
|
|
623 |
|
|
624 | 624 |
} |
625 | 625 |
|
626 | 626 |
ul.tree li.closed ul { |
... | ... | |
767 | 767 |
margin: 15px 0; |
768 | 768 |
} |
769 | 769 |
/* since 3.1.0 */ |
770 |
.navbar-collapse.collapse.in {
|
|
770 |
.navbar-collapse.collapse.in { |
|
771 | 771 |
display: block!important; |
772 | 772 |
} |
773 | 773 |
.collapsing { |
Also available in: Unified diff
Revise button icon spacing