search skinnability tweaks
This commit is contained in:
Родитель
a77901ad26
Коммит
62e32b1c9b
|
@ -1,5 +1,3 @@
|
|||
@import url(chrome://global/skin);
|
||||
|
||||
box.sidebartitle {
|
||||
background-color: #505888;
|
||||
padding: 2px 3px 3px 3px;
|
||||
|
@ -101,38 +99,10 @@ titledbutton.panelbtn {
|
|||
margin-right: 1em;
|
||||
}
|
||||
|
||||
tree[singleclick="true"] treeitem > treerow > treecell > titledbutton {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
tree[singleclick="true"] treeitem > treerow > treecell {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
tree[singleclick="true"] treeitem > treerow > treecell:hover {
|
||||
color: blue;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
tree[singleclick="true"] treeitem > treerow > treecell:active {
|
||||
color: red;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/*undo regular search tree selection look*/
|
||||
tree[singleclick="true"] treeitem[selected="true"] > treerow {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#sidebar-search-text {
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
#Tree, #searchengines {
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
titledbutton.push {
|
||||
background-color: #CCCCCC;
|
||||
}
|
||||
#searchengines
|
||||
{
|
||||
margin-left : 0px;
|
||||
margin-right : 0px;
|
||||
}
|
||||
|
||||
|
|
@ -15,13 +15,13 @@
|
|||
-moz-border-radius: 3px 2px 2px 3px;
|
||||
background-color: #CCCCCC;
|
||||
margin-top: 2px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
checkbox[disabled="true"] > .internal-box > .checkmark-box,
|
||||
checkbox[disabled="true"]:hover > .internal-box > .checkmark-box
|
||||
{
|
||||
border: 1px solid #999999;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
/* checkmark inner frame */
|
||||
|
@ -30,6 +30,7 @@
|
|||
border: 1px outset #CCCCCC;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
list-style-image: none;
|
||||
}
|
||||
|
||||
checkbox[checked="true"] > .internal-box > .checkmark-box > .checkbox-check
|
||||
|
@ -54,6 +55,11 @@
|
|||
-moz-border-radius: 0px;
|
||||
}
|
||||
|
||||
checkbox > .internal-box > .checkbox-icon
|
||||
{
|
||||
list-style-image: inherit;
|
||||
}
|
||||
|
||||
/* checkmark label/icon frame */
|
||||
checkbox[value] > .internal-box > html
|
||||
{
|
||||
|
|
|
@ -128,4 +128,9 @@
|
|||
.icon-dropmarker
|
||||
{
|
||||
list-style-image : url("chrome://global/skin/scroll-down.gif");
|
||||
}
|
||||
}
|
||||
|
||||
.box-padded
|
||||
{
|
||||
padding : 5px;
|
||||
}
|
Загрузка…
Ссылка в новой задаче