14 lines
607 B
CSS
14 lines
607 B
CSS
#SpotPrice[readonly] { background-color: #fff; }
|
|
/*yt-input-group*/
|
|
.yt-input-group { position: relative; display: inline-block; width: 153px; }
|
|
.yt-input-group a:focus, .yt-input-group a:hover { outline: none; text-decoration: none; }
|
|
.yt-input-group-append { position: absolute; right: 8px; top: 5px; display: inline-block; }
|
|
.yt-input-group-append.s1 { right: 26px; }
|
|
a.yt-input-group-append, .yt-input-group-append > a { color: #e33333; }
|
|
.formlabel { line-height: 30px; }
|
|
.autocomplete-suggestions {
|
|
width: auto !important;
|
|
min-width: 12%;
|
|
}
|
|
|
|
/*.yc-panel-right .formlabel { width: 160px; }*/ |