mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 597776 - New group expander icon. r=ian
This commit is contained in:
parent
3595905b55
commit
d87d61b029
@ -1036,8 +1036,6 @@ GroupItem.prototype = Utils.extend(new Item(), new Subscribable(), {
|
||||
this.$expander
|
||||
.show()
|
||||
.css({
|
||||
opacity: .2,
|
||||
top: childBB.top + childBB.height - parentBB.top + padding,
|
||||
left: parentBB.width/2 - this.$expander.width()/2
|
||||
});
|
||||
},
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1009 B After Width: | Height: | Size: 1.7 KiB |
@ -465,15 +465,15 @@ html[dir=rtl] .title-shield {
|
||||
}
|
||||
|
||||
.stackExpander {
|
||||
opacity: .4;
|
||||
cursor: pointer;
|
||||
background-image: url(chrome://browser/skin/tabview/stack-expander.png);
|
||||
bottom: 8px;
|
||||
background-image: -moz-image-rect(url(chrome://browser/skin/tabview/stack-expander.png), 0, 48, 24, 24);
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.stackExpander:hover {
|
||||
opacity: .7 !important;
|
||||
background-image: -moz-image-rect(url(chrome://browser/skin/tabview/stack-expander.png), 0, 24, 24, 0);
|
||||
}
|
||||
|
||||
/* Resizable
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1009 B After Width: | Height: | Size: 1.5 KiB |
@ -457,15 +457,15 @@ html[dir=rtl] .title-shield {
|
||||
}
|
||||
|
||||
.stackExpander {
|
||||
opacity: .4;
|
||||
cursor: pointer;
|
||||
background-image: url(chrome://browser/skin/tabview/stack-expander.png);
|
||||
bottom: 8px;
|
||||
background-image: -moz-image-rect(url(chrome://browser/skin/tabview/stack-expander.png), 0, 48, 24, 24);
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.stackExpander:hover {
|
||||
opacity: .7 !important;
|
||||
background-image: -moz-image-rect(url(chrome://browser/skin/tabview/stack-expander.png), 0, 24, 24, 0);
|
||||
}
|
||||
|
||||
/* Resizable
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1009 B After Width: | Height: | Size: 1.9 KiB |
@ -484,15 +484,15 @@ html[dir=rtl] .title-shield {
|
||||
}
|
||||
|
||||
.stackExpander {
|
||||
opacity: .4;
|
||||
cursor: pointer;
|
||||
background-image: url(chrome://browser/skin/tabview/stack-expander.png);
|
||||
bottom: 8px;
|
||||
background-image: -moz-image-rect(url(chrome://browser/skin/tabview/stack-expander.png), 0, 48, 24, 24);
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.stackExpander:hover {
|
||||
opacity: .7 !important;
|
||||
background-image: -moz-image-rect(url(chrome://browser/skin/tabview/stack-expander.png), 0, 24, 24, 0);
|
||||
}
|
||||
|
||||
/* Resizable
|
||||
|
Loading…
Reference in New Issue
Block a user