зеркало из https://github.com/mozilla/gecko-dev.git
Be consistent about links on personal toolbar looking mainly like links and not buttons, and folders looking like buttons. b=181294 r=ben sr=bryner a=asa
This commit is contained in:
Родитель
1b39080d8a
Коммит
b79ff54049
|
@ -31,19 +31,22 @@
|
|||
/* ..... bookmark items ..... */
|
||||
|
||||
toolbarbutton.bookmark-item {
|
||||
cursor: pointer;
|
||||
min-width: 0px;
|
||||
max-width: 13em;
|
||||
}
|
||||
|
||||
toolbarbutton.bookmark-item:hover {
|
||||
text-decoration: underline;
|
||||
toolbarbutton.bookmark-item:not([container="true"]) {
|
||||
-moz-appearance: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
toolbarbutton.bookmark-item[container="true"],
|
||||
toolbarbutton.bookmark-item[container="true"]:hover {
|
||||
cursor: default;
|
||||
text-decoration: none;
|
||||
toolbarbutton.bookmark-item:not([container="true"]):hover {
|
||||
text-decoration: underline;
|
||||
color: #0000FF;
|
||||
}
|
||||
|
||||
toolbarbutton.bookmark-item:not([container="true"]):hover:active {
|
||||
color: #0000FF !important;
|
||||
}
|
||||
|
||||
toolbarbutton.bookmark-item[disabled="true"],
|
||||
|
|
Загрузка…
Ссылка в новой задаче