home *** CD-ROM | disk | FTP | other *** search
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
- @namespace html url("http://www.w3.org/1999/xhtml");
-
- * {
- -moz-appearance: none !important;
- }
-
- scrollbar[orient="vertical"] {
- border: none;
- background: none;
- width: 13px;
- }
-
- scrollbar slider {
- background: #fcf9f1;
- }
-
- scrollbar thumb {
- height: 4px;
- min-height: 4px;
- max-height: 4px;
- border: 1px solid #c4c4c4;
- -moz-border-radius: 2px;
- background: #f0e9df !important;
- }
-
- scrollbar thumb * {
- display: none;
- }
-
- scrollbar scrollbarbutton {
- min-height: 7px;
- min-width: 13px;
- height: 7px;
- width: 13px;
- margin: 0;
- padding: 0;
- border: none;
- }
-
- scrollbar scrollbarbutton[type="increment"] {
- background: url("chrome://yasearch/skin/dialogs/images/scrollbar/button-bottom.png") 0 0 no-repeat;
- }
-
- scrollbar scrollbarbutton[type="decrement"] {
- background: url("chrome://yasearch/skin/dialogs/images/scrollbar/button-top.png") 0 0 no-repeat;
- }
-