зеркало из https://github.com/mozilla/pjs.git
Bug 200127 Standardize on <tree class="focusring"> r=varga sr=jag r=rginda (venkman)
This commit is contained in:
Родитель
881bd706eb
Коммит
022bb7d84e
|
@ -87,16 +87,6 @@
|
|||
border-bottom: 1px solid ThreeDShadow;
|
||||
}
|
||||
|
||||
#folderTree > .tree-rows > .tree-bodybox,
|
||||
#threadTree > .tree-rows > .tree-bodybox {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
#folderTree:focus > .tree-rows > .tree-bodybox,
|
||||
#threadTree:focus > .tree-rows > .tree-bodybox {
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
|
||||
/* ..... message pane adjustments ..... */
|
||||
|
||||
#messagepanebox {
|
||||
|
|
|
@ -66,17 +66,6 @@ treechildren:-moz-tree-image(FilenameColumn, file) {
|
|||
list-style-image: url("chrome://global/skin/filepicker/blank.gif");
|
||||
}
|
||||
|
||||
|
||||
/* ::::: focus rules ::::: */
|
||||
|
||||
#directoryTree > treerows > .tree-bodybox {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
#directoryTree:focus > treerows > .tree-bodybox {
|
||||
border-color: #000000;
|
||||
}
|
||||
|
||||
/* ::::: button items ::::: */
|
||||
|
||||
.up-button {
|
||||
|
|
|
@ -54,6 +54,16 @@ tree {
|
|||
color: #000000;
|
||||
}
|
||||
|
||||
/* ::::: tree focusring ::::: */
|
||||
|
||||
.focusring > .tree-rows > .tree-bodybox {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.focusring:focus > .tree-rows > .tree-bodybox {
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
|
||||
/* ::::: tree rows ::::: */
|
||||
|
||||
tree[selstyle="primary"] > treechildren:-moz-tree-row,
|
||||
|
|
|
@ -102,16 +102,6 @@
|
|||
-moz-border-bottom-colors: #5D616E #BEC3D3;
|
||||
}
|
||||
|
||||
#folderTree > .tree-rows > .tree-bodybox,
|
||||
#threadTree > .tree-rows > .tree-bodybox {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
#folderTree:focus > .tree-rows > .tree-bodybox,
|
||||
#threadTree:focus > .tree-rows > .tree-bodybox {
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
|
||||
/* ..... message pane adjustments ..... */
|
||||
|
||||
#messagepanebox {
|
||||
|
|
Загрузка…
Ссылка в новой задаче