Project

General

Profile

« Previous | Next » 

Revision dfdfd0be

Added by Scott Ullrich almost 17 years ago

  • Allow themeing of the alertbox.
  • To handle the nifty corners edgecase, define:

    $nifty_redbox = "#990000";
    $nifty_blackbox = "#000000";

    ... in /usr/local/www/themes/{$themename}/tabcontrols.php

View differences:

usr/local/www/themes/pfsense-dropdown/all.css
4 4
	font-size: 0.9em;
5 5
}
6 6

  
7
.infoboxnptd2 {
8
	width:70%;
9
	font-color:white;
10
}
11

  
12
.infoboxnptd {
13
	width:8%;
14
}
15

  
16
.infoboxnptable {
17
 	height:32px;
18
	width:100%;
19
}
20

  
21
.infoboxnptable2 {
22
 	height:32px;
23
	width:100%;
24
}
25

  
26
.infoboxnp {
27
	background-color:#990000;
28
}
29

  
30
.infoboxnpimg {
31
	vertical-align:middle;
32
	width:28px;
33
	height:32px;
34
}
35

  
7 36
.inputerrorsleft {
8 37
	background-color: #990000;
9 38
	width: 36px;

Also available in: Unified diff