From 931e4cbfcc1fe0e371f308c82746e23e1579aaa8 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Fri, 19 Feb 2016 17:13:26 -0200 Subject: [PATCH] Correção na cópia para a memória de textos em textarea --- css/geral.css | 2 +- css/i3geo6.css | 2 +- css/i3geo6.css.php | 2 +- css/i3geo_ferramentas6.css | 12 +++++++++--- 4 files changed, 12 insertions(+), 6 deletions(-) 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 6ab2a14..c3c6266 100755 --- a/css/i3geo6.css +++ b/css/i3geo6.css @@ -257,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 1edb763..441df87 100755 --- a/css/i3geo6.css.php +++ b/css/i3geo6.css.php @@ -257,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