X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss diff --git a/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss b/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss index b792f037..4f1df541 100644 --- a/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss +++ b/resources/themes/stylesheets/ext4/default/widgets/form/_field.scss @@ -18,7 +18,7 @@ background-color: $form-field-background-color; @if $form-field-background-image { - background-image: theme-image($theme-name, $form-field-background-image); + background-image: theme-background-image($theme-name, $form-field-background-image); } border-color: $form-field-border-color; @@ -52,7 +52,7 @@ background: repeat-x 0 0; background-color: $form-field-background-color; @if $form-field-background-image { - background-image: theme-image($theme-name, $form-field-background-image); + background-image: theme-background-image($theme-name, $form-field-background-image); } resize: none; //Disable browser resizable textarea } @@ -76,7 +76,7 @@ textarea.#{$prefix}form-invalid-field { background-color: $form-field-invalid-background-color; @if $form-field-invalid-background-image { - background-image: theme-image($theme-name, $form-field-invalid-background-image); + background-image: theme-background-image($theme-name, $form-field-invalid-background-image); background-repeat: $form-field-invalid-background-repeat; background-position: $form-field-invalid-background-position; } @@ -87,7 +87,7 @@ font: $form-label-font; } - .#{$prefix}form-empty-field { + .#{$prefix}form-empty-field, textarea.#{$prefix}form-empty-field { color: $form-field-empty-color; } @@ -98,34 +98,16 @@ } .#{$prefix}form-display-field { - padding-top: 2px; + padding-top: 3px; } - @if $include-ff { - .#{$prefix}gecko .#{$prefix}form-display-field { - padding-top: 1px; - } - } - @if $include-ie { .#{$prefix}ie .#{$prefix}form-file { height: $form-field-height + 1; - - line-height: 18px; - - vertical-align: middle; - } - .#{$prefix}strict .#{$prefix}ie7 .#{$prefix}form-display-field { - padding-top: 1px; - } - - .#{$prefix}ie .#{$prefix}form-display-field { - padding-top: 3px; - } + line-height: 18px; - .#{$prefix}strict .#{$prefix}ie8 .#{$prefix}form-display-field { - padding-top: 0; + vertical-align: middle; } }