home *** CD-ROM | disk | FTP | other *** search
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- button,
- button > .button-box {
- -moz-appearance: none;
- border: none !important;
- }
-
- button {
- min-width: 40px;
- height: 21px;
- font-size: 14px;
- margin-left: 0;
- margin-right: 0;
- padding: 0 0 0 15px !important;
- list-style-position: inside;
- background: url("chrome://yasearch/skin/dialogs/images/button/base/start.png") no-repeat top left transparent;
- }
-
- button > .button-box {
- margin: 0 !important;
- padding: 0 !important;
- -moz-padding-end: 16px !important;
- background: url("chrome://yasearch/skin/dialogs/images/button/base/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("chrome://yasearch/skin/dialogs/images/button/base/active-start.png");
- }
- button:active > .button-box {
- background-image: url("chrome://yasearch/skin/dialogs/images/button/base/active-end.png");
- }
-
- button:hover:not(:active) {
- background-image: url("chrome://yasearch/skin/dialogs/images/button/base/hover-start.png");
- }
- button:hover:not(:active) > .button-box {
- background-image: url("chrome://yasearch/skin/dialogs/images/button/base/hover-end.png");
- }
-
- button[disabled="true"] {
- background-image: url("chrome://yasearch/skin/dialogs/images/button/base/disabled-start.png") !important;
- }
- button[disabled="true"] > .button-box {
- background-image: url("chrome://yasearch/skin/dialogs/images/button/base/disabled-end.png") !important;
- }
-