mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 01:55:44 +00:00
Bug 385266 - New starring, bookmarking and tagging UI, changes noted in comment 333. r=dietrich.
This commit is contained in:
parent
41ba9d779f
commit
1db5e5366b
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user