home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2011 November
/
CHIP_2011_11.iso
/
Programy
/
Narzedzia
/
AIMP2
/
aimp_2.61.583.exe
/
$TEMP
/
YandexPackSetup.msi
/
filF2AD74DBEC6BDFB61B235482B062BBC7
< prev
next >
Wrap
Text File
|
2010-07-12
|
1KB
|
58 lines
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
button,
button > .button-box {
-moz-appearance: none;
border: none !important;
color: #925b1d;
}
button {
min-width: 40px;
height: 21px;
font-size: 14px;
line-height: 14px;
padding: 0 0 0 15px !important;
margin: 0 0 0 10px;
list-style-position: inside;
background: url("images/normal-start.png") no-repeat top left transparent;
}
button > .button-box {
margin: 0 !important;
padding: 0 !important;
-moz-padding-end: 16px !important;
background: url("images/normal-end.png") no-repeat top right transparent;
}
button > .button-box > .button-text {
text-align: center;
margin: 0 !important;
padding: 0 !important;
}
button[disabled="true"] > .button-box > .button-text {
color: #aaa;
}
button:active {
background-image: url("images/active-start.png");
}
button:active > .button-box {
background-image: url("images/active-end.png");
}
button:hover:not(:active) {
background-image: url("images/hover-start.png");
}
button:hover:not(:active) > .button-box {
background-image: url("images/hover-end.png");
}
button[disabled="true"] {
background-image: url("images/disabled-start.png") !important;
}
button[disabled="true"] > .button-box {
background-image: url("images/disabled-end.png") !important;
}