mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 08:13:35 +00:00
adding home to the big image so we can use moz-image-region.
This commit is contained in:
parent
3f4f95cbeb
commit
2c708e3368
@ -125,6 +125,19 @@
|
||||
list-style-image: none;
|
||||
}
|
||||
|
||||
#home-button {
|
||||
-moz-image-region: rect(0px 138px 21px 115px) !important;
|
||||
}
|
||||
|
||||
#home-button:hover,
|
||||
#home-button[dragover] {
|
||||
-moz-image-region: rect(42px 138px 63px 115px) !important;
|
||||
}
|
||||
|
||||
#home-button:hover:active {
|
||||
-moz-image-region: rect(63px 138px 84px 115px) !important;
|
||||
}
|
||||
|
||||
/* ::::: small primary toolbar buttons ::::: */
|
||||
|
||||
.toolbarbutton-1[toolbarmode="small"] {
|
||||
@ -299,19 +312,6 @@
|
||||
|
||||
/* ::::: personal toolbar ::::: */
|
||||
|
||||
#home-button {
|
||||
list-style-image: url("chrome://browser/skin/home.gif");
|
||||
}
|
||||
|
||||
#home-button:hover,
|
||||
#home-button[dragover] {
|
||||
list-style-image: url("chrome://browser/skin/home-hover.gif");
|
||||
}
|
||||
|
||||
#home-button:hover:active {
|
||||
list-style-image: url("chrome://browser/skin/home-active.gif");
|
||||
}
|
||||
|
||||
#security-button {
|
||||
list-style-image: url("chrome://communicator/skin/icons/lock-insecure.gif");
|
||||
}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 3.0 KiB |
Loading…
Reference in New Issue
Block a user