diff --git a/css/geral.css b/css/geral.css index c894817..b826a44 100755 --- a/css/geral.css +++ b/css/geral.css @@ -8,7 +8,7 @@ para nao selecionar -o-user-select: none; user-select: none; } -.bd input { +.bd input, .bd textarea { -webkit-user-select: text; -khtml-user-select: text; -moz-user-select: text; diff --git a/css/i3geo6.css b/css/i3geo6.css index 30a8276..c3c6266 100755 --- a/css/i3geo6.css +++ b/css/i3geo6.css @@ -11,7 +11,7 @@ user-select: text; input[type=text] { font-size: 10px; color: #2F4632; -background-color: #FFFFFF; +background-color: rgb(250, 250, 250); padding: 0; border: 1px solid rgb(180, 180, 180); text-align: center; @@ -21,7 +21,7 @@ height: 22px; input[type=number] { font-size: 12px; color: #2F4632; -background-color: #FFFFFF; +background-color: rgb(250, 250, 250); padding: 0; border: 1px solid rgb(180, 180, 180); text-align: center; @@ -79,6 +79,10 @@ background: transparent url("../imagens/gisicons/edit2.png") no-repeat scroll 97 background-size: 16px 144px; } } +.styled-select input:focus, .i3geoForm input:focus { +box-shadow: 0 0 1px blue inset; +background: white none repeat scroll 0 0; +} .i3geoForm, .i3geoForm150, .i3geoForm100 { width: 252px; overflow: hidden; @@ -253,7 +257,7 @@ para nao selecionar -o-user-select: none; user-select: none; } -.bd input { +.bd input, .bd textarea { -webkit-user-select: text; -khtml-user-select: text; -moz-user-select: text; diff --git a/css/i3geo6.css.php b/css/i3geo6.css.php index 3b6fa44..441df87 100755 --- a/css/i3geo6.css.php +++ b/css/i3geo6.css.php @@ -11,7 +11,7 @@ user-select: text; input[type=text] { font-size: 10px; color: #2F4632; -background-color: #FFFFFF; +background-color: rgb(250, 250, 250); padding: 0; border: 1px solid rgb(180, 180, 180); text-align: center; @@ -21,7 +21,7 @@ height: 22px; input[type=number] { font-size: 12px; color: #2F4632; -background-color: #FFFFFF; +background-color: rgb(250, 250, 250); padding: 0; border: 1px solid rgb(180, 180, 180); text-align: center; @@ -79,6 +79,10 @@ background: transparent url("../imagens/gisicons/edit2.png") no-repeat scroll 97 background-size: 16px 144px; } } +.styled-select input:focus, .i3geoForm input:focus { +box-shadow: 0 0 1px blue inset; +background: white none repeat scroll 0 0; +} .i3geoForm, .i3geoForm150, .i3geoForm100 { width: 252px; overflow: hidden; @@ -253,7 +257,7 @@ para nao selecionar -o-user-select: none; user-select: none; } -.bd input { +.bd input, .bd textarea { -webkit-user-select: text; -khtml-user-select: text; -moz-user-select: text; diff --git a/css/i3geo_ferramentas6.css b/css/i3geo_ferramentas6.css index 2ecbb03..4cf7714 100755 --- a/css/i3geo_ferramentas6.css +++ b/css/i3geo_ferramentas6.css @@ -12,7 +12,7 @@ input[type=text], textarea, input[type=number],{ input[type=text] { font-size: 10px; color: #2F4632; - background-color: #FFFFFF; + background-color: rgb(250, 250, 250); padding: 0; border: 1px solid rgb(180, 180, 180); text-align: center; @@ -23,7 +23,7 @@ input[type=text] { input[type=number] { font-size: 12px; color: #2F4632; - background-color: #FFFFFF; + background-color: rgb(250, 250, 250); padding: 0; border: 1px solid rgb(180, 180, 180); text-align: center; @@ -88,6 +88,12 @@ select option:hover { } } + +.styled-select input:focus, .i3geoForm input:focus { + box-shadow: 0 0 1px blue inset; + background: white none repeat scroll 0 0; +} + .i3geoForm, .i3geoForm150, .i3geoForm100 { width: 252px; overflow: hidden; @@ -281,7 +287,7 @@ para nao selecionar -o-user-select: none; user-select: none; } -.bd input { +.bd input, .bd textarea { -webkit-user-select: text; -khtml-user-select: text; -moz-user-select: text; -- libgit2 0.21.2