зеркало из https://github.com/mozilla/pjs.git
Bug 385266 - New starring, bookmarking and tagging UI, changes noted in comment 333. r=dietrich.
This commit is contained in:
Родитель
67a0e977af
Коммит
91b35ecf89
|
@ -1025,6 +1025,20 @@ toolbar:not([mode="text"]) #go-button,
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
/* star button */
|
||||
toolbar:not([mode="text"]) #star-button,
|
||||
#palette-box #star-button {
|
||||
-moz-appearance: none;
|
||||
list-style-image: url("chrome://browser/skin/places/starPage.png");
|
||||
padding: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
toolbar:not([mode="text"]) #star-button[starred="true"],
|
||||
#palette-box #star-button[starred="true"] {
|
||||
list-style-image: url("chrome://browser/skin/places/pageStarred.png");
|
||||
}
|
||||
|
||||
#go-button[chromedir="rtl"] {
|
||||
list-style-image: url("chrome://browser/skin/Go-arrow-rtl.png");
|
||||
}
|
||||
|
@ -1928,14 +1942,3 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
|
|||
.bookmark-item[dragover-bottom="true"] {
|
||||
-moz-border-bottom-colors: #000000;
|
||||
}
|
||||
|
||||
/* star icon */
|
||||
#star-icon {
|
||||
list-style-image: url("chrome://browser/skin/places/starPage.png");
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
#star-icon[starred="true"] {
|
||||
list-style-image: url("chrome://browser/skin/places/pageStarred.png");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче