Multifarious light tweaks.
This commit is contained in:
@ -117,7 +117,7 @@ div.routersummary hr {
|
|||||||
border-bottom: 1px solid #99f;
|
border-bottom: 1px solid #99f;
|
||||||
margin: 8px -7px 8px -7px;
|
margin: 8px -7px 8px -7px;
|
||||||
-moz-box-shadow: inset 0px 1px 1px 1px #fff;
|
-moz-box-shadow: inset 0px 1px 1px 1px #fff;
|
||||||
-khtml-box-shadow: inset 0px 0px 1px #fff;
|
-khtml-box-shadow: inset 0px 1px 0px #fff;
|
||||||
box-shadow: inset 0px 1px 1px 1px #fff;
|
box-shadow: inset 0px 1px 1px 1px #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -161,7 +161,7 @@ div.routersummary h4 {
|
|||||||
border-bottom: 0 !important;
|
border-bottom: 0 !important;
|
||||||
font-size: 8.5pt;
|
font-size: 8.5pt;
|
||||||
letter-spacing: 0.02em;
|
letter-spacing: 0.02em;
|
||||||
margin: -6px -6px !important;
|
margin: -6px -6px -7px !important;
|
||||||
padding: 3px 3px 5px 3px;
|
padding: 3px 3px 5px 3px;
|
||||||
background: #ddf url(images/magic.png);
|
background: #ddf url(images/magic.png);
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
|
@ -248,7 +248,9 @@ hr {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: 1px solid #002;
|
border: 1px solid #002;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
-moz-box-shadow: inset 0px 0px 1px 0px #002;
|
-moz-box-shadow: inset 0px 0px 1px 1px #bbf;
|
||||||
|
-khtml-box-shadow: inset 0px 0px 1px 1px #bbf;
|
||||||
|
box-shadow: inset 0px 0px 1px 1px #bbf;
|
||||||
background: none repeat scroll 0 0 #EEEEFF;
|
background: none repeat scroll 0 0 #EEEEFF;
|
||||||
background: #fff url(images/magic.png);
|
background: #fff url(images/magic.png);
|
||||||
border: 1px solid #444477;
|
border: 1px solid #444477;
|
||||||
@ -295,17 +297,17 @@ hr {
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid #003;
|
border: 1px solid #003;
|
||||||
padding: 5px 20px 11px 10px;
|
padding: 5px 20px 11px 10px;
|
||||||
|
|
||||||
-moz-box-shadow: inset 0px 0px 0px 1px #f00;
|
-moz-box-shadow: inset 0px 0px 0px 1px #f00;
|
||||||
-moz-box-shadow: inset 0px 0px 1px 0px #f60;
|
-moz-box-shadow: inset 0px 0px 1px 0px #f60;
|
||||||
background: #fff url(images/magic.png);
|
background: #fff url(images/magic.png);
|
||||||
border: 1px solid #444477;
|
border: 1px solid #444477;
|
||||||
color: #613;
|
color: #613;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#globalOperationsPanel .control {
|
#globalOperationsPanel .control {
|
||||||
min-width: 120px;
|
min-width: 120px;
|
||||||
|
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#globalOperationsPanel .control:link {
|
#globalOperationsPanel .control:link {
|
||||||
|
@ -101,6 +101,11 @@
|
|||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
color: #001 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tunnelListPage .footer .control:hover {
|
||||||
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tunnelListPage .footer label {
|
#tunnelListPage .footer label {
|
||||||
|
Reference in New Issue
Block a user