Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2017-02-24 14:40:39 +0300
committerThomas Bruederli <thomas@roundcube.net>2017-04-22 14:51:31 +0300
commit79699813201388c2dc6a71e8abf7f6e3cc272622 (patch)
tree49924f157508cc6b56ecd8a66706d045fd47e639 /skins/larry/addressbook.css
parentce61c8210e5d419ae03395dd7be7ea87ab931b93 (diff)
Flattened buttons and icons, removed gradients and box shadows
Diffstat (limited to 'skins/larry/addressbook.css')
-rw-r--r--skins/larry/addressbook.css43
1 files changed, 17 insertions, 26 deletions
diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css
index 49a462453..da4ef193f 100644
--- a/skins/larry/addressbook.css
+++ b/skins/larry/addressbook.css
@@ -1,7 +1,7 @@
/**
* Roundcube webmail styles for the Address Book section
*
- * Copyright (c) 2012, The Roundcube Dev Team
+ * Copyright (c) 2012-2017, The Roundcube Dev Team
* Screendesign by FLINT / B�ro f�r Gestaltung, bueroflint.com
*
* The contents are subject to the Creative Commons Attribution-ShareAlike
@@ -100,31 +100,31 @@
}
#directorylist li.contactgroup a {
- background-position: 6px -1555px;
+ background-position: 6px -1554px;
}
#directorylist ul li.contactgroup a {
- background-position: 32px -1555px;
+ background-position: 32px -1554px;
}
#directorylist ul ul li.contactgroup a {
- background-position: 58px -1555px;
+ background-position: 58px -1554px;
}
#directorylist ul ul ul li.contactgroup a {
- background-position: 84px -1555px;
+ background-position: 84px -1554px;
}
#directorylist li.contactgroup.selected a {
- background-position: 32px -1579px;
+ background-position: 32px -1578px;
}
#directorylist ul ul li.contactgroup.selected a {
- background-position: 58px -1579px;
+ background-position: 58px -1578px;
}
#directorylist ul ul ul li.contactgroup.selected a {
- background-position: 84px -1579px;
+ background-position: 84px -1578px;
}
.treelist li.contactsearch a {
@@ -163,11 +163,11 @@
}
#contacts-table .contact td.name {
- background-position: 4px -1603px;
+ background-position: 4px -1601px;
}
#contacts-table .contact.selected td.name {
- background-position: 4px -1627px;
+ background-position: 4px -1625px;
font-weight: bold;
}
@@ -176,12 +176,12 @@
}
#contacts-table .group.selected td.name {
- background-position: 4px -1579px;
+ background-position: 4px -1578px;
font-weight: bold;
}
#contacts-table.focus .group.selected.focused td.name {
- background-position: 4px -1579px;
+ background-position: 4px -1578px;
}
#addresslist .boxtitle {
@@ -312,12 +312,8 @@ form #contacthead {
.contactfieldgroup {
border: 0;
- border-radius: 5px;
+ border-radius: 0;
background: #f7f7f7;
- background: -moz-linear-gradient(top, #f7f7f7 0%, #eee 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#eee));
- background: -ms-linear-gradient(top, #f7f7f7 0%, #eee 100%);
- background: linear-gradient(to bottom, #f7f7f7 0%, #eee 100%);
margin: 0 0 12px 0;
padding: 8px;
}
@@ -327,15 +323,10 @@ form #contacthead {
margin: 0 -8px;
width: 100%;
font-weight: bold;
- text-shadow: 0px 1px 1px #fff;
- padding: 6px 8px 3px 8px;
- background: #f0f0f0;
- background: -moz-linear-gradient(top, #f0f0f0 0%, #d6d6d6 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#d6d6d6));
- background: -ms-linear-gradient(top, #f0f0f0 0%, #d6d6d6 100%);
- background: linear-gradient(to bottom, #f0f0f0 0%, #d6d6d6 100%);
- border-bottom: 1px solid #cfcfcf;
- border-radius: 5px 5px 0 0;
+ padding: 8px 8px 6px 8px;
+ background: #e9e9e9;
+ border-bottom: 1px solid #dfdfdf;
+ border-radius: 0;
}
.contactfieldgroup .row {