Bug 1077080 - "submit button states in about:feedback". r=margaret

This commit is contained in:
vivek 2014-10-17 07:12:00 +02:00
Родитель 96191c393d
Коммит 8e645407ee
1 изменённых файлов: 8 добавлений и 1 удалений

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

@ -184,7 +184,6 @@ footer {
padding: 15px;
font-size: 16px;
width: 100%;
background-color: #0092DB;
border-radius: 4px;
border-width: 0;
color: #fff;
@ -195,6 +194,14 @@ footer {
text-decoration: underline;
}
.description:invalid ~ .send-feedback {
background-color: #8698A8;
}
.description:valid ~ .send-feedback {
background-color: #0092DB;
}
@media screen and (max-height: 400px) {
body {
padding-top: 40px;