.text-link {
color: blue;
text-decoration: underline;
+ cursor: pointer;
}
.text-link:focus {
outline: 1px dotted;
}
-.text-link:hover {
- cursor: pointer;
-}
-
.text-link:hover:active {
color: red;
}
/* ::::: Scroll arrows ::::: */
-/* Horizonal enabled */
+/* Horizontal enabled */
.autorepeatbutton-up[orient="horizontal"],
.autorepeatbutton-down[chromedir="rtl"][orient="horizontal"],
.scrollbutton-up[orient="horizontal"],
list-style-image: url("chrome://global/skin/arrow/arrow-right.gif");
}
- /* Horizonal disabled */
+ /* Horizontal disabled */
.autorepeatbutton-up[orient="horizontal"][disabled="true"],
.autorepeatbutton-down[chromedir="rtl"][orient="horizontal"][disabled="true"],
.scrollbutton-up[orient="horizontal"][disabled="true"],
min-height: 0px;
}
+/* ::::: search textbox ::::: */
+
+.textbox-search-icon {
+ list-style-image: url("chrome://global/skin/icons/search.png");
+ -moz-image-region: rect(0, 16px, 16px, 0);
+}
+
+.textbox-search-icon[chromedir="rtl"] {
+ -moz-image-region: rect(16px, 16px, 32px, 0);
+}
+
+.textbox-search-icon[searchbutton]:not([disabled]) {
+ cursor: pointer;
+}
+
+.textbox-search-clear {
+ list-style-image: url("chrome://global/skin/icons/search.png");
+ -moz-image-region: rect(32px, 16px, 48px, 0);
+}
+
+.textbox-search-clear:not([disabled]) {
+ cursor: default;
+}
+
/* ::::: textboxes inside toolbarpaletteitems ::::: */
toolbarpaletteitem > toolbaritem > textbox > .textbox-input-box > html|*.textbox-input {
visibility: hidden;
}
-/*
tree[seltype="cell"] > treechildren::-moz-tree-line,
tree[seltype="text"] > treechildren::-moz-tree-line,
treechildren::-moz-tree-line {
- border: 1px dotted grey;
+ border: 1px dotted #CCD0DD;
}
tree[seltype="cell"] > treechildren::-moz-tree-line(active, selected, focus),
treechildren::-moz-tree-line(selected, focus) {
- border: 1px dotted black;
+ border: 1px dotted #666699;
}
-*/
/* ::::: tree separator ::::: */
background-image: url("chrome://mozapps/skin/extensions/itemEnabledFader.png");
}
-richlistitem[type="download"][alternate="true"]:not([selected="true"]) {
+richlistitem[type="download"]:not([selected="true"]):nth-child(odd) {
background-color: #9999CC;
}
padding: 0;
}
-.searchbox-search, .searchbox-cancel {
+.searchbox-search,
+.searchbox-cancel {
-moz-appearance: none;
cursor: default;
margin: 0;