diff --git a/one/static/style/box.less b/one/static/style/box.less index 17a26fe..199726e 100644 --- a/one/static/style/box.less +++ b/one/static/style/box.less @@ -71,6 +71,31 @@ list-style-type: none; } .entry{ + @placeholderColor: #555; + input::-webkit-input-placeholder{ + color: @placeholderColor; + } + input:-moz-placeholder{ + color: @placeholderColor; + } + input::-moz-placeholder{ + color: @placeholderColor; + } + input:-ms-input-placeholder{ + color: @placeholderColor; + } + textarea::-webkit-input-placeholder{ + color: @placeholderColor; + } + textarea:-moz-placeholder{ + color: @placeholderColor; + } + textarea::-moz-placeholder{ + color: @placeholderColor; + } + textarea:-ms-input-placeholder{ + color: @placeholderColor; + } &.opened { .actions{ display: block !important; @@ -182,19 +207,6 @@ display: none; } } - @placeholderColor: #555; - input::-webkit-input-placeholder{ - color: @placeholderColor; - } - input:-moz-placeholder{ - color: @placeholderColor; - } - input::-moz-placeholder{ - color: @placeholderColor; - } - input:-ms-input-placeholder{ - color: @placeholderColor; - } .status{ text-align: right; float: right;