Bug 616016 - Visually identify status bar add-on items in the add-on bar while customizing. r=shorlander

--HG--
extra : rebase_source : 6886999e5ab51b6840cf16aebb37d46d198b6753
This commit is contained in:
Dão Gottwald 2011-11-04 20:08:50 +01:00
Родитель cd58c1d983
Коммит 36119f6bc8
3 изменённых файлов: 24 добавлений и 0 удалений

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

@ -1904,6 +1904,16 @@ panel[dimmed="true"] {
#status-bar {
min-height: 0;
-moz-appearance: none;
background-color: transparent;
border: none;
}
#addon-bar[customizing] > #status-bar {
opacity: .5;
background-image: -moz-repeating-linear-gradient(-45deg,
rgba(255,255,255,.3), rgba(255,255,255,.3) 5px,
rgba(0,0,0,.3) 5px, rgba(0,0,0,.3) 10px);
}
#status-bar > statusbarpanel {

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

@ -2469,6 +2469,13 @@ panel[dimmed="true"] {
padding-right: 0;
}
#addon-bar[customizing] > #status-bar {
opacity: .5;
background-image: -moz-repeating-linear-gradient(-45deg,
rgba(255,255,255,.3), rgba(255,255,255,.3) 5px,
rgba(0,0,0,.3) 5px, rgba(0,0,0,.3) 10px);
}
#status-bar > statusbarpanel {
border-width: 0;
-moz-appearance: none;

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

@ -2568,6 +2568,13 @@ panel[dimmed="true"] {
min-height: 0;
}
#addon-bar[customizing] > #status-bar {
opacity: .5;
background-image: -moz-repeating-linear-gradient(-45deg,
rgba(255,255,255,.3), rgba(255,255,255,.3) 5px,
rgba(0,0,0,.3) 5px, rgba(0,0,0,.3) 10px);
}
#status-bar > statusbarpanel {
border-width: 0;
-moz-appearance: none;