mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 17:48:56 +01:00
Fix issue where some input text would be hidden by the cursor (eg: l, i, and 1)
causing some users to misread some fields they were typing.
This commit is contained in:
parent
75ac5fa3a2
commit
f2d528fd84
@ -67,7 +67,7 @@ a:active
|
|||||||
*/
|
*/
|
||||||
input,button
|
input,button
|
||||||
{
|
{
|
||||||
font-size: 11px;
|
font-size: 12px;
|
||||||
color: #006699;
|
color: #006699;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
border: 1px #bbbbbb solid;
|
border: 1px #bbbbbb solid;
|
||||||
|
@ -61,7 +61,7 @@ a:active
|
|||||||
*/
|
*/
|
||||||
input,button
|
input,button
|
||||||
{
|
{
|
||||||
font-size: 11px;
|
font-size: 12px;
|
||||||
color: #006699;
|
color: #006699;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
border: 1px #bbbbbb solid;
|
border: 1px #bbbbbb solid;
|
||||||
|
@ -67,7 +67,7 @@ a:active
|
|||||||
*/
|
*/
|
||||||
input,button
|
input,button
|
||||||
{
|
{
|
||||||
font-size: 11px;
|
font-size: 12px;
|
||||||
color: #006699;
|
color: #006699;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
border: 1px #bbbbbb solid;
|
border: 1px #bbbbbb solid;
|
||||||
|
@ -61,7 +61,7 @@ a:active
|
|||||||
*/
|
*/
|
||||||
input,button
|
input,button
|
||||||
{
|
{
|
||||||
font-size: 11px;
|
font-size: 12px;
|
||||||
color: #006699;
|
color: #006699;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
border: 1px #bbbbbb solid;
|
border: 1px #bbbbbb solid;
|
||||||
|
@ -61,7 +61,7 @@ a:active
|
|||||||
*/
|
*/
|
||||||
input,button
|
input,button
|
||||||
{
|
{
|
||||||
font-size: 11px;
|
font-size: 12px;
|
||||||
color: #006699;
|
color: #006699;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
border: 1px #bbbbbb solid;
|
border: 1px #bbbbbb solid;
|
||||||
|
@ -61,7 +61,7 @@ a:active
|
|||||||
*/
|
*/
|
||||||
input,button
|
input,button
|
||||||
{
|
{
|
||||||
font-size: 11px;
|
font-size: 12px;
|
||||||
color: #006699;
|
color: #006699;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
border: 1px #bbbbbb solid;
|
border: 1px #bbbbbb solid;
|
||||||
|
@ -61,7 +61,7 @@ a:active
|
|||||||
*/
|
*/
|
||||||
input,button
|
input,button
|
||||||
{
|
{
|
||||||
font-size: 11px;
|
font-size: 12px;
|
||||||
color: #006699;
|
color: #006699;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
border: 1px #bbbbbb solid;
|
border: 1px #bbbbbb solid;
|
||||||
|
Loading…
Reference in New Issue
Block a user