Przeglądaj źródła

Enable copy/paste in input files

@soyjavi 14 lat temu
rodzic
commit
aab53dfcd6

+ 1 - 1
src/stylesheets/css/Lungo.widgets.form.css

@@ -1,6 +1,6 @@
 .form,form{width:inherit !important;}
 label{font-size:0.8em;line-height:27px;}
-input:not([type=checkbox]),textarea,select{display:inline-block;padding:5px;width:95%;margin-bottom:2px;outline:none;-webkit-appearance:none;border-radius:0px;font-size:15px;line-height:15px;font-weight:bold;}
+input:not([type=checkbox]),textarea,select{display:inline-block;padding:5px;width:95%;margin-bottom:2px;outline:none;-webkit-appearance:none;border-radius:0px;font-size:15px;line-height:15px;font-weight:bold;-webkit-user-select:text;}
 input[type=search]{width:86%;}input[type=search] +.button{float:right;padding:0px;width:32px;height:30px;}input[type=search] +.button .icon{font-size:22px !important;line-height:30px;}
 select{width:100%;}
 label.select{position:relative;display:inline-block;width:100%;padding-top:2px;}

+ 2 - 0
src/stylesheets/less/Lungo.widgets.form.less

@@ -30,6 +30,8 @@ input:not([type=checkbox]), textarea, select {
 	font-size:  15px;
 	line-height: 15px;
 	font-weight: bold;
+	
+	-webkit-user-select: text;
 }
 
 /* @group search */