зеркало из https://github.com/mozilla/pjs.git
Bug 251910 - "No hover highlighting (i.e. mouse-tracking) in Bookmarks/History sidebar" (underline & cursor:pointer for winstripe) [p=dao r=sspitzer a1.9=mconnor]
This commit is contained in:
Родитель
ff1cc3dc9f
Коммит
3ad1c8fd23
|
@ -1,3 +1,15 @@
|
|||
/* Sidebars */
|
||||
|
||||
page > .placesTree > treechildren::-moz-tree-cell(leaf) ,
|
||||
page > .placesTree > treechildren::-moz-tree-image(leaf) {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
page > .placesTree > treechildren::-moz-tree-cell-text(leaf, hover) {
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* Toolbar */
|
||||
#placesToolbar {
|
||||
border: none;
|
||||
|
|
Загрузка…
Ссылка в новой задаче