Bug 626903 - Indicate onscreen tabs in List All Tabs menu. r=dolske ui-r=faaborg

This commit is contained in:
Frank Yan 2011-05-24 17:57:42 -07:00
Родитель c77839a041
Коммит f5dbe80749
3 изменённых файлов: 15 добавлений и 0 удалений

Просмотреть файл

@ -1697,6 +1697,11 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
list-style-image: url("chrome://global/skin/icons/loading_16.png");
}
.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);
}
/* Sidebar */
#sidebar-header > .tabs-closebutton {
margin-bottom: 0px !important;

Просмотреть файл

@ -2006,6 +2006,11 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
list-style-image: url("chrome://global/skin/icons/loading_16.png") !important;
}
.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);
}
/* Tabstrip close button */
.tabs-closebutton {
-moz-padding-end: 4px;

Просмотреть файл

@ -1881,6 +1881,11 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
list-style-image: url("chrome://global/skin/icons/loading_16.png");
}
.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);
}
/* Tabstrip close button */
.tabs-closebutton {
-moz-appearance: none;