home *** CD-ROM | disk | FTP | other *** search
- @namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- button {
- -moz-appearance: none !important;
- margin: 0 1px 0 0 !important;
- padding: 0 !important;
- border: none !important;
-
- width: 17px;
- -moz-box-orient: vertical;
- }
-
- toolbar button image {
- list-style-image: url("images/down.png");
- width: 5px;
- height: 8px;
- margin: -10px 0 !important;
- }
- toolbar[xb-toolbar-multiline] button image {
- list-style-image: url("images/up.png");
- }
-
- button > .top {
- height: 10px;
- }
-
- button > .middle {
- -moz-box-flex: 1;
- -moz-box-align: center;
- -moz-box-pack: center;
- }
-
- button > .bottom {
- height: 10px;
- }
-
- button > .top {background: url(images/normal/top.png);}
- button > .middle {background: url(images/normal/middle.png);}
- button > .bottom {background: url(images/normal/bottom.png);}
- button:hover > .top {background: url(images/hover/top.png);}
- button:hover > .middle {background: url(images/hover/middle.png);}
- button:hover > .bottom {background: url(images/hover/bottom.png);}
- button:active > .top {background: url(images/active/top.png);}
- button:active > .middle {background: url(images/active/middle.png);}
- button:active > .bottom {background: url(images/active/bottom.png);}
-