Bug 748161 - Improve visible tab indication in tab list menu. r=dao ui-r=shorlander

This commit is contained in:
Frank Yan 2012-04-26 16:27:38 -04:00
parent 531c5d7dc2
commit 9d3520f8a8
3 changed files with 3 additions and 3 deletions

View File

@ -1731,7 +1731,7 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
.alltabs-item[tabIsVisible] {
/* box-shadow instead of background-color to work around native styling */
box-shadow: inset 0 0 0 2em hsla(0,0%,50%,.15);
box-shadow: inset -5px 0 ThreeDShadow;
}
/* Sidebar */

View File

@ -2185,7 +2185,7 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
.alltabs-item[tabIsVisible] {
/* box-shadow instead of background-color to work around native styling */
box-shadow: inset 0 0 0 2em hsla(0,0%,50%,.15);
box-shadow: inset -5px 0 ThreeDShadow;
}
/* Tabstrip close button */

View File

@ -2075,7 +2075,7 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url-
.alltabs-item[tabIsVisible] {
/* box-shadow instead of background-color to work around native styling */
box-shadow: inset 0 0 0 2em hsla(0,0%,50%,.15);
box-shadow: inset -5px 0 ThreeDShadow;
}
/* Tabstrip close button */