Light tweaks.

This commit is contained in:
z3d
2011-01-15 05:48:45 +00:00
parent 29dfa77bce
commit f7df15fd5d
2 changed files with 21 additions and 1 deletions

View File

@ -960,6 +960,8 @@ input:active {
border: 1px solid #f60; border: 1px solid #f60;
opacity: 1.0; opacity: 1.0;
-moz-box-shadow: inset 0px 0px 0px 1px #f60; -moz-box-shadow: inset 0px 0px 0px 1px #f60;
-khtml-box-shadow: inset 0px 0px 0px 1px #f60;
box-shadow: inset 0px 0px 0px 1px #f60;
} }
input[type=text] { input[type=text] {
@ -1001,6 +1003,12 @@ select {
text-align: left !important; text-align: left !important;
} }
select:active {
-moz-box-shadow: inset 0px 0px 0px 1px #f60;
-khtml-box-shadow: inset 0px 0px 0px 1px #f60;
box-shadow: inset 0px 0px 0px 1px #f60;
}
textarea { textarea {
padding: 5px; padding: 5px;
margin: 5px 15px 5px 10px; margin: 5px 15px 5px 10px;
@ -1015,6 +1023,12 @@ textarea {
border: 1px solid #447; border: 1px solid #447;
} }
textarea:active {
-moz-box-shadow: inset 0px 0px 0px 1px #f60;
-khtml-box-shadow: inset 0px 0px 0px 1px #f60;
box-shadow: inset 0px 0px 0px 1px #f60;
}
form {} form {}
.proxyfooter { .proxyfooter {

View File

@ -94,6 +94,8 @@ textarea {
textarea:active { textarea:active {
-moz-box-shadow: inset 0px 0px 0px 1px #f60; -moz-box-shadow: inset 0px 0px 0px 1px #f60;
-khtml-box-shadow: inset 0px 0px 0px 1px #f60;
box-shadow: inset 0px 0px 0px 1px #f60;
} }
br { br {
@ -172,6 +174,8 @@ hr {
.freetext:active { .freetext:active {
-moz-box-shadow: inset 0px 0px 0px 1px #f60; -moz-box-shadow: inset 0px 0px 0px 1px #f60;
-khtml-box-shadow: inset 0px 0px 0px 1px #f60;
box-shadow: inset 0px 0px 0px 1px #f60;
} }
.control, control:link, control:visited { .control, control:link, control:visited {
@ -370,7 +374,7 @@ globalOperationsPanel .control:hover {
} }
select { select {
background-color: #eef; background-color: #fff;
color: #003; color: #003;
margin: 4px; margin: 4px;
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif; font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
@ -387,6 +391,8 @@ select {
select:active { select:active {
-moz-box-shadow: inset 0px 0px 0px 1px #f60; -moz-box-shadow: inset 0px 0px 0px 1px #f60;
-khtml-box-shadow: inset 0px 0px 0px 1px #f60;
box-shadow: inset 0px 0px 0px 1px #f60;
} }
a:link{ a:link{