Small changes to style.css

- removes duplicate `transition` property on `.field` selector
 - amends `.field::-moz-placeholder` (`!important` and `:hover` not needed)
 - fixes syntax error for gallery icon placement
This commit is contained in:
Johnny 2017-03-22 10:21:03 +11:00 committed by GitHub
parent baeb8ff93c
commit 48609d1c66

View File

@ -21,13 +21,11 @@
font: 13px sans-serif;
outline: none;
transition: color .25s, border-color .25s;
transition: color .25s, border-color .25s;
}
.field::-moz-placeholder,
.field:hover::-moz-placeholder {
color: #AAA !important;
font-size: 13px !important;
opacity: 1.0 !important;
.field::-moz-placeholder {
color: #AAA;
font-size: 13px;
opacity: 1;
}
.captch-img:hover,
.field:hover {
@ -2315,9 +2313,9 @@ a:only-of-type > .remove {
:root.gal-fit-height:not(.gal-pdf):not(.gal-hide-thumbnails) .gal-count {
right: 178px !important;
}
:root.gal-hide-thumbnails:.gal-fit-height:not(.gal-pdf) .gal-buttons,
:root.gal-hide-thumbnails:.gal-fit-height:not(.gal-pdf) .gal-name,
:root.gal-hide-thumbnails:.gal-fit-height:not(.gal-pdf) .gal-count {
:root.gal-hide-thumbnails.gal-fit-height:not(.gal-pdf) .gal-buttons,
:root.gal-hide-thumbnails.gal-fit-height:not(.gal-pdf) .gal-name,
:root.gal-hide-thumbnails.gal-fit-height:not(.gal-pdf) .gal-count {
right: 28px !important;
}
:root.gallery-open.fixed #header-bar:not(.autohide),