Bug 1302984 - Implement active and open state styling for the customize mode footer buttons. r=gijs

--HG--
extra : rebase_source : 8a90baf7d9abadc84c8d3df2dd0636eb8d4acd73
This commit is contained in:
Dão Gottwald 2016-09-15 13:24:16 +02:00
Родитель 8d050a3f83
Коммит 29e180a9f2
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -158,8 +158,9 @@
padding-inline-end: 0;
}
#customization-titlebar-visibility-button[checked],
#customization-devedition-theme-button[checked] {
.customizationmode-button:hover:active:not([disabled]),
.customizationmode-button[open],
.customizationmode-button[checked] {
background-color: rgb(218, 218, 218);
border-color: rgb(168, 168, 168);
text-shadow: 0 1px rgb(236, 236, 236);