port new styles to the other two themes

This commit is contained in:
zzz
2014-09-13 15:32:17 +00:00
parent 156d86835a
commit 5183b44d8b
3 changed files with 85 additions and 1 deletions

View File

@@ -513,6 +513,40 @@ a:active {
color: #77b;
}
a.control, a.controld {
background: #fff;
border: 1px inset #191;
border-radius: 4px;
color: #359;
font-weight: bold;
margin: 2px 4px;
padding: 3px 4px;
text-shadow: 0px 0px #410;
white-space: nowrap;
}
a.controld {
color: #459;
font-weight: normal;
}
a.control img, a.controld img {
display: none;
}
a.control:hover {
background-color: #559;
border: 1px outset #559;
color: #fff;
text-shadow: 0px 1px 5px #410;
}
a.control:active {
background: #f60 !important;
color: #fff !important;
text-shadow: 0 !important;
}
input {
font-size: 9pt;
font-weight: bold;
@@ -594,6 +628,14 @@ input[type=radio] {
input.default { width: 1px; height: 1px; visibility: hidden; }
input.disabled, input.disabled:hover {
background-color: #fff;
border: 1px inset #191;
color: #459;
font-weight: normal;
text-shadow: 0px 0px 0px #410;
}
select {
background: #fff !important;
color: #22f;

View File

@@ -533,7 +533,7 @@ a.control, a.controld {
color: #000;
font-weight: bold;
margin: 2px 4px;
padding: 2px;
padding: 3px 4px;
text-shadow: 0px 0px #410;
white-space: nowrap;
}

View File

@@ -543,6 +543,40 @@ a:hover {
font-weight: bold;
}
a.control, a.controld {
background: #fef url('images/bling.png') repeat-x scroll center center;
border: 1px inset #bbb;
border-radius: 4px;
color: #f30;
font-weight: bold;
margin: 2px 4px;
padding: 3px 4px;
text-shadow: 0px 0px #410;
white-space: nowrap;
}
a.controld {
color: #f60;
font-weight: normal;
}
a.controld img {
display: none;
}
a.control:hover {
background-color: #fef;
border: 1px outset #bbb;
color: #f60;
text-shadow: 0px 1px 5px #fdf;
}
a.control:active {
background: #000 !important;
color: #f60 !important;
text-shadow: 0 !important;
}
input {
font-size: 9pt;
font-weight: bold;
@@ -612,6 +646,14 @@ input[type=radio] {
input.default { width: 1px; height: 1px; visibility: hidden; }
input.disabled, input.disabled:hover {
background-color: #989;
border: 1px inset #bbb;
color: #f60;
font-weight: normal;
text-shadow: 0px 0px 0px #410;
}
input.accept {
background: #f3efc7 url('../../console/images/accept.png') no-repeat 2px center;
padding: 2px 3px 2px 20px !important;