Revision 4ad1e4ea
Added by Renato Botelho over 12 years ago
usr/local/www/themes/pfsense-dropdown/all.css | ||
---|---|---|
6 | 6 |
|
7 | 7 |
.nowrap { white-space: nowrap; } |
8 | 8 |
|
9 |
.addgatewaybox { |
|
10 |
background-color: #990000; |
|
11 |
border-style: none none none none; |
|
12 |
width: 225px; |
|
13 |
} |
|
14 |
|
|
9 | 15 |
.infobox { |
10 | 16 |
width:100%; |
11 | 17 |
} |
Also available in: Unified diff
Add a new class called addgatewaybox to make it easier to respect custom themes. Fixes #2900