mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 575043 - Create an Android theme for Fennec - sidebars buttons pressed state [r=mbrubeck]
This commit is contained in:
parent
0828f9b5af
commit
0adae97bf4
@ -305,6 +305,7 @@ toolbarbutton.button-control {
|
||||
background-color: transparent !important;
|
||||
-moz-box-align: center;
|
||||
-moz-box-pack: center;
|
||||
height: 82px;
|
||||
}
|
||||
|
||||
toolbarbutton.button-control[disabled="true"] {
|
||||
@ -312,8 +313,7 @@ toolbarbutton.button-control[disabled="true"] {
|
||||
}
|
||||
|
||||
toolbarbutton.button-control:not([disabled="true"]):hover:active {
|
||||
-moz-box-shadow: inset rgba(0, 0, 0, 0.1) 0px -3px 6px, inset rgba(0, 0, 0, 0.2) 0px 3px 6px;
|
||||
background-color: rgba(0,0,0,0.2);
|
||||
background-image: url("chrome://browser/skin/images/sidebarbutton-active-hdpi.png");
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
@ -919,6 +919,7 @@ documenttab[reload="true"] > stack > .documenttab-reload {
|
||||
#newtab-button {
|
||||
-moz-box-flex: 1;
|
||||
list-style-image: url("images/newtab-default-64.png");
|
||||
height: 82px;
|
||||
}
|
||||
|
||||
/* bookmark editor ------------------------------------------------------- */
|
||||
|
BIN
mobile/themes/core/images/sidebarbutton-active-hdpi.png
Normal file
BIN
mobile/themes/core/images/sidebarbutton-active-hdpi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@ -82,6 +82,7 @@ chrome.jar:
|
||||
skin/images/buttondark-active-64.png (images/buttondark-active-64.png)
|
||||
skin/images/toolbarbutton-default-64.png (images/toolbarbutton-default-64.png)
|
||||
skin/images/toolbarbutton-active-64.png (images/toolbarbutton-active-64.png)
|
||||
skin/images/sidebarbutton-active-hdpi.png (images/sidebarbutton-active-hdpi.png)
|
||||
skin/images/previous-default-64.png (images/previous-default-64.png)
|
||||
skin/images/next-default-64.png (images/next-default-64.png)
|
||||
skin/images/previous-active-64.png (images/previous-active-64.png)
|
||||
|
Loading…
x
Reference in New Issue
Block a user