Bug 1279649 - Rotate inspector-pane-toggle 90 deg for vertical mode. r=ntim

This commit is contained in:
Jan Odvarko 2016-06-22 16:20:50 +02:00
Родитель 33551be142
Коммит 9fc49ca3c9
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -88,8 +88,10 @@
background-image: var(--theme-pane-expand-image);
}
/* Rotate button icon 90deg if the toolbox container is
in vertical mode (sidebar displayed under the main panel) */
@media (max-width: 700px) {
#inspector-pane-toggle > .toolbarbutton-icon {
#inspector-pane-toggle::before {
transform: rotate(90deg);
}
}