diff --git a/css/i3geo6.css b/css/i3geo6.css index 30a8276..6ab2a14 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; diff --git a/css/i3geo6.css.php b/css/i3geo6.css.php index 3b6fa44..1edb763 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; diff --git a/css/input.css b/css/input.css index 2fc587e..b8d76e5 100644 --- a/css/input.css +++ b/css/input.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; -- libgit2 0.21.2