mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add css for save button
This commit is contained in:
parent
5b6eac0142
commit
cf7f629b2c
@ -291,7 +291,7 @@ function print_info_box_np($msg, $name="apply",$value="Apply changes") {
|
||||
global $g;
|
||||
|
||||
if(stristr($msg, "apply") == true || stristr($msg, "save") || stristr($msg, "create"))
|
||||
$savebutton="<td><input name=\"{$name}\" type=\"submit\" class=\"formbtn\" id=\"${name}\" value=\"{$value}\"></td>";
|
||||
$savebutton="<td class='infoboxsave'><input name=\"{$name}\" type=\"submit\" class=\"formbtn\" id=\"${name}\" value=\"{$value}\"></td>";
|
||||
|
||||
$nifty_redbox = "#990000";
|
||||
$nifty_blackbox = "#000000";
|
||||
|
||||
@ -8,10 +8,16 @@ html, body, td, th, input, select {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.infoboxsave {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.infoboxnptd2 {
|
||||
width:100%;
|
||||
color:white;
|
||||
background-color:#990000;
|
||||
background-color:#990000;
|
||||
padding-right: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.infoboxnptd {
|
||||
|
||||
@ -9,10 +9,15 @@ html, body, td, th, input, select {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.infoboxsave {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.infoboxnptd2 {
|
||||
width:100%;
|
||||
color:white;
|
||||
background-color:#990000;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.infoboxnptd {
|
||||
|
||||
@ -8,10 +8,15 @@ html, body, td, th, input, select {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.infoboxsave {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.infoboxnptd2 {
|
||||
width:100%;
|
||||
color:white;
|
||||
background-color:#990000;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.infoboxnptd {
|
||||
|
||||
@ -8,10 +8,15 @@ html, body, td, th, input, select {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.infoboxsave {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.infoboxnptd2 {
|
||||
width:100%;
|
||||
color:white;
|
||||
background-color:#990000;
|
||||
background-color:#990000;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.infoboxnptd {
|
||||
|
||||
@ -9,10 +9,15 @@ html, body, td, th, input, select {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.infoboxsave {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.infoboxnptd2 {
|
||||
width:100%;
|
||||
color:white;
|
||||
background-color:#990000;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.infoboxnptd {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user