summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-11-20 13:24:45 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-11-20 13:24:45 +0000
commit5a2222a2b6ad2ec12d88670eace5f63b36f30539 (patch)
tree14899b6019a9e5ac68dd30a5d51b533edec3c719
parent362d1656c2b3c228d27eeb35b0f408b9af937d42 (diff)
- Small style improvements
git-svn-id: https://svn.roundcube.net/trunk@5454 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/skins/default/common.css18
1 files changed, 10 insertions, 8 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css
index cd3ef62f8..bf00dc351 100644
--- a/roundcubemail/skins/default/common.css
+++ b/roundcubemail/skins/default/common.css
@@ -5,7 +5,8 @@ body
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
margin: 8px;
background-color: #F6F6F6;
- color: #000000;
+ color: #000;
+ font-size: 12px;
}
body.iframe
@@ -19,9 +20,10 @@ body.extwin
margin: 10px;
}
-body, td, th, div, p, select, input, textarea
+td, th, div, p, select, input, textarea
{
font-size: 12px;
+ font-family: inherit;
}
th
@@ -36,13 +38,13 @@ h3
a, a:active, a:visited
{
- color: #000000;
+ color: #000;
outline: none;
}
a.button, a.button:visited, a.tab, a.tab:visited, a.axislist
{
- color: #000000;
+ color: #000;
text-decoration: none;
}
@@ -56,7 +58,7 @@ a.tab
hr
{
height: 1px;
- background-color: #666666;
+ background-color: #666;
border-style: none;
}
@@ -65,9 +67,9 @@ input[type="button"],
input[type="password"],
textarea
{
- border: 1px solid #666666;
- color: #333333;
- background-color: #ffffff;
+ border: 1px solid #666;
+ color: #333;
+ background-color: #FFF;
}
input, textarea