зеркало из https://github.com/mozilla/pjs.git
Give folder pane transparant border when it is not in focus to avoid resizing when it gets focus. r=pchen,a=ben, bug 54713
This commit is contained in:
Родитель
0c684c4a5c
Коммит
4230561888
|
@ -150,7 +150,7 @@ treeitem.folderTreeItem[open="true"] > treerow > .tree-cell-folderpane-icon[IsSe
|
|||
min-width : 10px;
|
||||
}
|
||||
|
||||
#folderTree, #folderTree > .tree-container-treerows
|
||||
#folderTree > .tree-container-treerows
|
||||
{
|
||||
border : none !important;
|
||||
}
|
||||
|
@ -161,4 +161,17 @@ treeitem[empty="true"] > treerow > .tree-cell-folderpane-icon > .tree-cell-twist
|
|||
{
|
||||
visibility : hidden;
|
||||
}
|
||||
|
||||
/**
|
||||
*Focus rings on 3 pane view
|
||||
*/
|
||||
|
||||
#folderTree{
|
||||
border: 2px solid transparent !important;
|
||||
}
|
||||
|
||||
#folderTree:focus{
|
||||
border: 2px solid black !important;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -414,15 +414,6 @@ searchterm
|
|||
/**
|
||||
*Focus rings on 3 pane view
|
||||
*/
|
||||
|
||||
#folderTree{
|
||||
border: 2px solid transparent !important;
|
||||
}
|
||||
|
||||
#folderTree:focus{
|
||||
border: 2px solid black !important;
|
||||
}
|
||||
|
||||
|
||||
.window-focusborder[focusring="true"]{
|
||||
border:2px solid black;
|
||||
|
|
Загрузка…
Ссылка в новой задаче