Не нравятся результаты поиска? Попробуйте другой поиск!

Textarea input type


     21.07.2014    Все вопросы » Общие вопросы    3012

вопрос
Как закруглить все input type и textarea

5 комментариев

vip.boss
Гости

vip.boss - 21 июля 2014 15:37 -

В модальном окне в быстром редактировании добавлении комментариев края не круглые как сделать чтобы все textarea и input type были края закругленые ???

vitnet
PHP-developer

vitnet - 21 июля 2014 23:29 -

.ui-dialog-content input[type="text"], 
.ui-dialog-content input[type="password"],
.ui-dialog-content textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

vip.boss
Гости

vip.boss - 22 июля 2014 12:14 -

Chto nujna dobavit v etom kode chtob vse textarea i input type ugli bili zakruglenie ???

.f_input, .xfields input, .xprofile input { width: 288px; }
textarea { resize: vertical; }
.f_textarea { width: 96.7%; }
#category { width: 300px !important; }
.f_input { height: 16px; }
.fieldtr select, .f_textarea, .f_input, .xfields textarea, .xprofile textarea, .tdfield select,
.xfields input, .xprofile input, .xfields select, .xprofile select, .mass_comments_action select, #category, .bbeditor select, .textin, select.rating { padding: 4px; background: #fff; border: 1px solid #ababab;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: inset 0 1px 2px 0 #dbdbdb;
    -webkit-box-shadow: inset 0 1px 2px 0 #dbdbdb;
    box-shadow: inset 0 1px 2px 0 #dbdbdb;
}
.xfields textarea { width: 96.7%; }
.editor_button select { padding: 0; }

FastFud
Юзер

FastFud - 22 июля 2014 12:40 -

.f_input, .f_textarea { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}

vip.boss
Гости

vip.boss - 22 июля 2014 13:26 -

не работает

Чтобы комментировать - войдите или зарегистрируйтесь на сайте

Похожие вопросы

наверх