diff options
author | Aleksander Machniak <machniak@kolabsys.com> | 2012-10-23 18:36:37 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-11-26 13:29:47 (GMT) |
commit | 2a405d0483013bceac13e49c9f8a32dd0b7d0f2c (patch) | |
tree | 3a3c39232830bfdbfab40c7cad89927daa94c5aa /public_html | |
parent | 222d7d21892885eb8aa16ce7b96bd69589e05f26 (diff) | |
download | kolab-wap-2a405d0483013bceac13e49c9f8a32dd0b7d0f2c.tar.gz |
Small style improvement
Diffstat (limited to 'public_html')
-rw-r--r-- | public_html/skins/default/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public_html/skins/default/style.css b/public_html/skins/default/style.css index 4b9c6ec..aeb234a 100644 --- a/public_html/skins/default/style.css +++ b/public_html/skins/default/style.css @@ -383,9 +383,9 @@ td.label { margin-left: -1px; height: 18px; width: 37px; - border: 1px solid #d0d0d0; background-color: #f0f0f0; cursor: pointer; + border-right: 1px solid #e0e0e0; border-top-left-radius: 3px; border-bottom-left-radius: 3px; -moz-border-radius-topleft: 3px; |