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
parentce61c8210e5d419ae03395dd7be7ea87ab931b93 (diff)
Flattened buttons and icons, removed gradients and box shadows
-rw-r--r--plugins/enigma/skins/larry/enigma_icons.pngbin5774 -> 2520 bytes
-rw-r--r--plugins/help/skins/larry/help.pngbin2876 -> 1124 bytes
-rw-r--r--plugins/jqueryui/themes/larry/jquery-ui.css57
-rw-r--r--skins/larry/addressbook.css43
-rw-r--r--skins/larry/images/buttons.pngbin15893 -> 12751 bytes
-rw-r--r--skins/larry/images/listicons.pngbin12614 -> 18514 bytes
-rw-r--r--skins/larry/images/messages_dark.pngbin1424 -> 549 bytes
-rw-r--r--skins/larry/images/quota.pngbin4967 -> 1558 bytes
-rw-r--r--skins/larry/images/selector.pngbin178 -> 118 bytes
-rw-r--r--skins/larry/mail.css71
-rw-r--r--skins/larry/settings.css2
-rw-r--r--skins/larry/styles.css207
12 files changed, 81 insertions, 299 deletions
diff --git a/plugins/enigma/skins/larry/enigma_icons.png b/plugins/enigma/skins/larry/enigma_icons.png
index d6c51587b..0d9eba8de 100644
--- a/plugins/enigma/skins/larry/enigma_icons.png
+++ b/plugins/enigma/skins/larry/enigma_icons.png
Binary files differ
diff --git a/plugins/help/skins/larry/help.png b/plugins/help/skins/larry/help.png
index e815e5444..824eca9eb 100644
--- a/plugins/help/skins/larry/help.png
+++ b/plugins/help/skins/larry/help.png
Binary files differ
diff --git a/plugins/jqueryui/themes/larry/jquery-ui.css b/plugins/jqueryui/themes/larry/jquery-ui.css
index d83bd8c70..ed011ed7e 100644
--- a/plugins/jqueryui/themes/larry/jquery-ui.css
+++ b/plugins/jqueryui/themes/larry/jquery-ui.css
@@ -926,13 +926,6 @@ button.ui-button::-moz-focus-inner {
padding: 0 1px 0 0;
white-space: nowrap;
background: #f8f8f8;
- background: -moz-linear-gradient(top, #f8f8f8 0%, #d3d3d3 50%, #f8f8f8 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(50%,#d3d3d3), color-stop(100%,#f8f8f8));
- background: -webkit-linear-gradient(top, #f8f8f8 0%, #d3d3d3 50%, #f8f8f8 100%);
- background: -o-linear-gradient(top, #f8f8f8 0%, #d3d3d3 50%, #f8f8f8 100%);
- background: -ms-linear-gradient(top, #f8f8f8 0%, #d3d3d3 50%, #f8f8f8 100%);
- background: linear-gradient(top, #f8f8f8 0%, #d3d3d3 50%, #f8f8f8 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#d3d3d3', GradientType=0);
}
.ui-tabs .ui-tabs-nav li:last-child {
background: none;
@@ -959,12 +952,6 @@ button.ui-button::-moz-focus-inner {
outline: none;
color: #004458;
background: #efefef;
- background: -moz-linear-gradient(top, #fafafa 40%, #e4e4e4 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#fff), color-stop(100%,#e4e4e4));
- background: -o-linear-gradient(top, #fafafa 40%, #e4e4e4 100%);
- background: -ms-linear-gradient(top, #fafafa 40%, #e4e4e4 100%);
- background: linear-gradient(top, #fafafa 40%, #e4e4e4 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e4e4e4', GradientType=0);
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: pointer;
@@ -1015,12 +1002,6 @@ body .ui-tooltip {
color: #333333;
font-weight: bold;
background: #e4e4e4;
- background: -moz-linear-gradient(top, #f2f2f2 0%, #e4e4e4 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e4e4e4));
- background: -o-linear-gradient(top, #f2f2f2 0%, #e4e4e4 100%);
- background: -ms-linear-gradient(top, #f2f2f2 0%, #e4e4e4 100%);
- background: linear-gradient(top, #f2f2f2 0%, #e4e4e4 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e4e4e4', GradientType=0);
}
.ui-widget-header a {
color: #333333;
@@ -1405,39 +1386,18 @@ a.ui-button:active,
display: inline-block;
margin: 0 2px;
padding: 1px 2px;
- text-shadow: 0px 1px 1px #fff;
- border: 1px solid #c6c6c6;
+ border: 1px solid #c0c0c0;
border-radius: 4px;
background: #f7f7f7;
- background: -moz-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6));
- background: -o-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
- background: -ms-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
- background: linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e6e6e6', GradientType=0);
- -webkit-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
- -moz-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
- -o-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
- box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
+ color: #525252;
text-decoration: none;
outline: none;
}
.ui-button.mainaction {
color: #ededed;
- text-shadow: 0px 1px 1px #333;
border-color: #1f262c;
- background: #505050;
- background: -moz-linear-gradient(top, #505050 0%, #2a2e31 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505050), color-stop(100%,#2a2e31));
- background: -o-linear-gradient(top, #505050 0%, #2a2e31 100%);
- background: -ms-linear-gradient(top, #505050 0%, #2a2e31 100%);
- background: linear-gradient(top, #505050 0%, #2a2e31 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#2a2e31', GradientType=0);
- -moz-box-shadow: inset 0 1px 0 0 #777;
- -webkit-box-shadow: inset 0 1px 0 0 #777;
- -o-box-shadow: inset 0 1px 0 0 #777;
- box-shadow: inset 0 1px 0 0 #777;
+ background: #2c2f33;
}
.ui-button.ui-state-focus {
@@ -1453,12 +1413,6 @@ a.ui-button:active,
color: #525252;
border-color: #aaa;
background: #e6e6e6;
- background: -moz-linear-gradient(top, #e6e6e6 0%, #f9f9f9 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#f9f9f9));
- background: -o-linear-gradient(top, #e6e6e6 0%, #f9f9f9 100%);
- background: -ms-linear-gradient(top, #e6e6e6 0%, #f9f9f9 100%);
- background: linear-gradient(top, #e6e6e6 0%, #f9f9f9 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#f9f9f9', GradientType=0);
}
.ui-button.ui-state-focus.mainaction,
@@ -1477,11 +1431,6 @@ a.ui-button:active,
.ui-button.ui-state-active.mainaction {
color: #fff;
background: #515151;
- background: -moz-linear-gradient(top, #2a2e31 0%, #505050 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a2e31), color-stop(100%,#505050));
- background: -o-linear-gradient(top, #2a2e31 0%, #505050 100%);
- background: -ms-linear-gradient(top, #2a2e31 0%, #505050 100%);
- background: linear-gradient(top, #2a2e31 0%, #505050 100%);
}
.ui-button[disabled],
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 {
diff --git a/skins/larry/images/buttons.png b/skins/larry/images/buttons.png
index b7528cacf..37b064c34 100644
--- a/skins/larry/images/buttons.png
+++ b/skins/larry/images/buttons.png
Binary files differ
diff --git a/skins/larry/images/listicons.png b/skins/larry/images/listicons.png
index f877ae27b..160cb24d2 100644
--- a/skins/larry/images/listicons.png
+++ b/skins/larry/images/listicons.png
Binary files differ
diff --git a/skins/larry/images/messages_dark.png b/skins/larry/images/messages_dark.png
index a5dbc789b..c35f3d99d 100644
--- a/skins/larry/images/messages_dark.png
+++ b/skins/larry/images/messages_dark.png
Binary files differ
diff --git a/skins/larry/images/quota.png b/skins/larry/images/quota.png
index b9ca00cd6..0c507eea3 100644
--- a/skins/larry/images/quota.png
+++ b/skins/larry/images/quota.png
Binary files differ
diff --git a/skins/larry/images/selector.png b/skins/larry/images/selector.png
index fae773b2a..9cd85f807 100644
--- a/skins/larry/images/selector.png
+++ b/skins/larry/images/selector.png
Binary files differ
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index dc5dbb9d5..5085828e4 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -1,7 +1,7 @@
/**
* Roundcube webmail styles for the Email 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
@@ -89,11 +89,7 @@ html>/**/body #messagelist {
height: 22px;
padding: 5px 6px 3px;
border-top: 1px solid #ddd;
- background: #ebebeb;
- background: -moz-linear-gradient(top, #ebebeb 0%, #c6c6c6 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#c6c6c6));
- background: -ms-linear-gradient(top, #ebebeb 0%, #c6c6c6 100%);
- background: linear-gradient(to bottom, #ebebeb 0%, #c6c6c6 100%);
+ background: #eaeaea;
border-radius: 0 0 4px 4px;
white-space: nowrap;
}
@@ -164,12 +160,7 @@ html.mozilla #mailboxlist > li:first-child {
min-width: 1.8em;
line-height: 15px;
padding: 2px 4px;
- background: #82acb5;
- background: -moz-linear-gradient(top, #82acb5 0%, #6a939f 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82acb5), color-stop(100%,#6a939f));
- background: -ms-linear-gradient(top, #82acb5 0%, #6a939f 100%);
- background: linear-gradient(to bottom, #82acb5 0%, #6a939f 100%);
- box-shadow: inset 0 1px 1px 0 #536d72;
+ background: #6a939f;
border-radius: 9px;
color: #fff;
text-align: center;
@@ -179,20 +170,10 @@ html.mozilla #mailboxlist > li:first-child {
.folderlist li.mailbox.selected > a .unreadcount {
background: #005d76;
- background: -moz-linear-gradient(top, #005d76 0%, #004558 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005d76), color-stop(100%,#004558));
- background: -ms-linear-gradient(top, #005d76 0%, #004558 100%);
- background: linear-gradient(to bottom, #005d76 0%, #004558 100%);
- box-shadow: inset 0 1px 1px 0 #003645;
}
.folderlist li.mailbox.recent > a .unreadcount {
- background: #017cb4;
- background: -moz-linear-gradient(top, #017cb4 0%, #006ca4 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#017cb4), color-stop(100%,#006ca4));
- background: -ms-linear-gradient(top, #017cb4 0%, #006ca4 100%);
- background: linear-gradient(to bottom, #017cb4 0%, #006ca4 100%);
- box-shadow: inset 0 1px 1px 0 #005080;
+ background: #006ca4;
}
#searchfilter {
@@ -580,10 +561,6 @@ table.messagelist.fixedcopy {
position: relative;
padding: 3px 0;
background: #f9f9f9;
- background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f0f0));
- background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%);
- background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
border-bottom: 1px solid #dfdfdf;
}
@@ -691,22 +668,14 @@ h3.subject {
width: 18px;
padding: 0;
outline: none;
- background: #f2f2f2;
- background: -moz-linear-gradient(left, #fbfbfb 0, #e9e9e9 100%);
- background: -webkit-gradient(linear, left top, right top, color-stop(0,#fbfbfb), color-stop(100%,#e9e9e9));
- background: -ms-linear-gradient(left, #fbfbfb 0, #e9e9e9 100%);
- background: linear-gradient(left, #fbfbfb 0, #e9e9e9 100%);
+ background: #e9e9e9;
border-right: 1px solid #dfdfdf;
border-radius: 3px 0 0 0; /* for Opera */
}
.moreheaderstoggle:focus {
- background: #f2f2f2;
- background: -moz-linear-gradient(left, #66bcd9 0, #49b3d2 100%);
- background: -webkit-gradient(linear, left top, right top, color-stop(0,#66bcd9), color-stop(100%,#49b3d2));
- background: -ms-linear-gradient(left, #66bcd9 0, #49b3d2 100%);
- background: linear-gradient(left, #66bcd9 0, #49b3d2 100%);
- border-right-color: #149cc5;
+ background: #66bcd9;
+ border-right-color: #66bcd9;
}
.moreheaderstoggle .iconlink {
@@ -751,7 +720,6 @@ div.hide-headers {
border: 1px solid #ccc;
border-radius: 4px;
background: #fdfdfd;
- box-shadow: inset 0 0 1px 1px rgba(0,0,0, 0.1);
}
#headers-source {
@@ -1085,7 +1053,6 @@ div.message-partheaders .headers-table td.header {
#compose-contacts .scroller {
top: 65px;
- border-top: 1px solid #fff;
}
#contacts-table {
@@ -1147,19 +1114,19 @@ div.message-partheaders .headers-table td.header {
}
#contacts-table td.contactgroup {
- background-position: 6px -1555px;
+ background-position: 6px -1553px;
}
#contacts-table tr.selected td.contactgroup {
- background-position: 6px -1579px;
+ background-position: 6px -1577px;
}
#contacts-table td.contact {
- background-position: 6px -1603px;
+ background-position: 6px -1601px;
}
#contacts-table tr.selected td.contact {
- background-position: 6px -1627px;
+ background-position: 6px -1625px;
}
#compose-content {
@@ -1248,7 +1215,6 @@ div.message-partheaders .headers-table td.header {
padding: 2px 0 0 8px;
white-space: normal;
border-top: 1px solid #dfdfdf;
- box-shadow: inset 0 1px 0 0 #fff;
}
.composeoption {
@@ -1312,7 +1278,6 @@ div.message-partheaders .headers-table td.header {
font-family: monospace;
font-size: 9pt;
outline: none;
- box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
}
#composebody:active,
@@ -1342,7 +1307,7 @@ div.message-partheaders .headers-table td.header {
#compose-attachments.droptarget.hover,
#compose-attachments.droptarget.active {
- border-color: #019bc6;
+ border-color: #017db4;
box-shadow: 0 0 3px 2px rgba(71,135,177, 0.5);
}
@@ -1403,7 +1368,7 @@ div.message-partheaders .headers-table td.header {
.widescreen #mailview-bottom {
left: 412px;
top:0;
- border: 1px solid #a3a3a3;
+ border: 1px solid #b2b8bf;
}
#messagelistheader,
@@ -1427,11 +1392,7 @@ div.message-partheaders .headers-table td.header {
right: 0;
height: 34px;
padding: 6px 6px;
- background: #f0f0f0;
- background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f0f0));
- background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%);
- background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
+ background: #efefef;
border-radius: 4px 4px 0 0;
white-space: nowrap;
border-bottom: 1px solid #dfdfdf;
@@ -1471,7 +1432,6 @@ div.message-partheaders .headers-table td.header {
.widescreen .pagenavbuttons a.button {
background: none;
border: 0;
- box-shadow: none;
padding: 2px;
margin: 0;
height: 20px;
@@ -1483,8 +1443,7 @@ div.message-partheaders .headers-table td.header {
.widescreen a.listmenu:focus,
.widescreen .pagenav a.button:focus {
- border-color: #4fadd5;
- box-shadow: 0 0 4px 2px rgba(71,135,177, 0.8);
+ border-color: #017db6;
outline: none;
}
diff --git a/skins/larry/settings.css b/skins/larry/settings.css
index b02c6d511..62eef92c5 100644
--- a/skins/larry/settings.css
+++ b/skins/larry/settings.css
@@ -1,7 +1,7 @@
/**
* Roundcube webmail styles for the Settings section
*
- * Copyright (c) 2012, The Roundcube Dev Team
+ * Copyright (c) 2017-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
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index edaa56a75..cab1385b2 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1,7 +1,7 @@
/**
* Roundcube webmail styles for skin "Larry"
*
- * Copyright (c) 2012-2015, 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
@@ -14,7 +14,7 @@ body {
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
- background: url(images/linen.jpg) repeat #d1d5d8;
+ background: #cad2d9;
margin: 0;
}
@@ -67,7 +67,6 @@ textarea {
padding: 4px;
border: 1px solid #b2b2b2;
border-radius: 4px;
- box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
}
input[type="text"]:focus,
@@ -113,14 +112,9 @@ input.button {
margin: 0 2px;
padding: 2px 5px;
color: #525252;
- text-shadow: 0px 1px 1px #fff;
border: 1px solid #c0c0c0;
border-radius: 4px;
background: #f7f7f7;
- background: -moz-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6));
- background: -ms-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
- background: linear-gradient(to bottom, #f9f9f9 0%, #e6e6e6 100%);
box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
text-decoration: none;
outline: none;
@@ -129,16 +123,11 @@ input.button {
.formbuttons input.button {
color: #ddd;
font-size: 110%;
- text-shadow: 0px 1px 1px #333;
padding: 4px 12px;
border-color: #465864;
border-radius: 5px;
- background: #7a7b7d;
- background: -moz-linear-gradient(top, #7b7b7b 0%, #606060 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b7b7b), color-stop(100%,#606060)); /* Chrome,Safari4+ */
- background: -ms-linear-gradient(top, #7b7b7b 0%, #606060 100%); /* IE10+ */
- background: linear-gradient(to bottom, #7b7b7b 0%, #606060 100%); /* W3C */
- box-shadow: 0 1px 1px 0 #ccc, inset 0 1px 0 0 #888;
+ background: #666666;
+ box-shadow: 0 1px 1px 0 #ccc;
}
.formbuttons input.button:hover,
@@ -147,27 +136,18 @@ input.button.mainaction:hover,
input.button.mainaction:focus {
color: #f2f2f2;
border-color: #465864;
- box-shadow: 0 0 5px 2px rgba(71,135,177, 0.6), inset 0 1px 0 0 #888;
+ box-shadow: 0 0 5px 2px rgba(71,135,177, 0.6);
}
.formbuttons input.button:active {
color: #fff;
- background: -moz-linear-gradient(top, #5c5c5c 0%, #7b7b7b 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c5c5c), color-stop(100%,#7b7b7b));
- background: -ms-linear-gradient(top, #5c5c5c 0%, #7b7b7b 100%);
- background: linear-gradient(to bottom, #5c5c5c 0%, #7b7b7b 100%);
+ background: #5f5f5f;
}
input.button.mainaction {
color: #ededed;
- text-shadow: 0px 1px 1px #333;
border-color: #1f262c;
- background: #505050;
- background: -moz-linear-gradient(top, #505050 0%, #2a2e31 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505050), color-stop(100%,#2a2e31));
- background: -ms-linear-gradient(top, #505050 0%, #2a2e31 100%);
- background: linear-gradient(to bottom, #505050 0%, #2a2e31 100%);
- box-shadow: inset 0 1px 0 0 #777;
+ background: #2c2f33;
}
input.button.mainaction:active {
@@ -205,15 +185,9 @@ a.button,
margin: 0 2px;
padding: 2px 5px;
color: #525252;
- text-shadow: 0px 1px 1px #fff;
border: 1px solid #c6c6c6;
border-radius: 4px;
- background: #f7f7f7;
- background: -moz-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6));
- background: -ms-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
- background: linear-gradient(to bottom, #f9f9f9 0%, #e6e6e6 100%);
- box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
+ background: #e6e6e6;
text-decoration: none;
}
@@ -224,7 +198,7 @@ a.button,
a.button:focus,
input.button:focus {
- border-color: #4fadd5;
+ border-color: #017db6;
box-shadow: 0 0 2px 1px rgba(71,135,177, 0.6);
outline: none;
}
@@ -241,7 +215,6 @@ a.button.disabled:hover,
input.button.disabled:hover,
input.button[disabled]:hover {
border-color: #c6c6c6;
- box-shadow: 0 1px 1px 0 rgba(160, 160, 160, 0.4);
}
a.button.disabled span.inner {
@@ -253,7 +226,6 @@ a.button.disabled span.inner {
border-width: 0 1px 0 0;
border-radius: 0;
background: none;
- box-shadow: none;
}
.buttongroup a.button.first,
@@ -271,41 +243,23 @@ a.button.disabled span.inner {
a.button.pressed,
a.button:active,
input.button:active {
- background: #e6e6e6;
- background: -moz-linear-gradient(top, #e6e6e6 0%, #f9f9f9 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#f9f9f9));
- background: -ms-linear-gradient(top, #e6e6e6 0%, #f9f9f9 100%);
- background: linear-gradient(to bottom, #e6e6e6 0%, #f9f9f9 100%);
+ background: #f7f7f7;
}
.pagenav.dark a.button {
font-weight: bold;
border-color: #e6e6e6;
- background: #d8d8d8;
- background: -moz-linear-gradient(top, #d8d8d8 0%, #bababa 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(100%,#bababa));
- background: -ms-linear-gradient(top, #d8d8d8 0%, #bababa 100%);
- background: linear-gradient(to bottom, #d8d8d8 0%, #bababa 100%);
- box-shadow: 0 1px 1px 0 #999;
+ background: #bababa;
}
.pagenav.dark a.button.pressed {
- background: #bababa;
- background: -moz-linear-gradient(top, #bababa 0%, #d8d8d8 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bababa), color-stop(100%,#d8d8d8));
- background: -ms-linear-gradient(top, #bababa 0%, #d8d8d8 100%);
- background: linear-gradient(to bottom, #bababa 0%, #d8d8d8 100%);
+ background: #d8d8d8;
}
.buttongroup a.button.selected,
.buttongroup a.button.selected:hover {
background: #8a8a8a;
- background: -moz-linear-gradient(top, #909090 0%, #858585 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#909090), color-stop(100%,#858585));
- background: -ms-linear-gradient(top, #909090 0%, #858585 100%);
- background: linear-gradient(to bottom, #909090 0%, #858585 100%);
- box-shadow: inset 0 1px 2px 0 #555;
- border-right-color: #555;
+ border-right-color: #8a8a8a;
border-left-color: #555;
}
@@ -415,7 +369,6 @@ a.button.delete span.icon {
.pagenav .countdisplay {
display: inline-block;
padding: 3px 1em 0 1em;
- text-shadow: 0px 1px 1px #fff;
min-width: 16em;
}
@@ -621,7 +574,6 @@ a.iconlink.upload {
border-radius: 4px;
border: 1px solid #444;
color: #ebebeb;
- text-shadow: 0 1px 1px #000;
background: rgba(64,64,64,0.85);
background: -moz-linear-gradient(top, rgba(64,64,64,0.85) 0%, rgba(48,48,48,0.9) 100%);
@@ -629,8 +581,6 @@ a.iconlink.upload {
background: -webkit-linear-gradient(top, rgba(64,64,64,0.85) 0%, rgba(48,48,48,0.85) 100%);
background: -ms-linear-gradient(top, rgba(64,64,64,0.85) 0%, rgba(48,48,48,0.85) 100%);
background: linear-gradient(to bottom, rgba(64,64,64,0.85) 0%, rgba(48,48,48,0.85) 100%);
-
- box-shadow: 0 1px 4px 0 rgba(50,50,50,0.8), inset 0px 1px 0 0px #888;
}
#messagestack div:after {
@@ -699,7 +649,6 @@ a.iconlink.upload {
.ui-dialog.confirmation .ui-dialog-title {
padding-left: 25px;
background: url(images/messages.png) 0 5px no-repeat;
- text-shadow: 0 1px 1px #fff;
}
.ui-dialog.warning .ui-dialog-title {
@@ -732,8 +681,8 @@ a.iconlink.upload {
#topline {
height: 18px;
- background: url(images/linen_header.jpg) repeat #666;
- border-bottom: 1px solid #4f4f4f;
+ background-color: #333333;
+ border-bottom: 1px solid #383838;
padding: 2px 0 2px 10px;
color: #aaa;
text-align: center;
@@ -744,11 +693,7 @@ a.iconlink.upload {
height: 46px;
margin-bottom: 10px;
padding: 0 0 0 10px;
- background: #111;
- background: -moz-linear-gradient(top, #404040 0%, #060606 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#060606));
- background: -ms-linear-gradient(top, #404040 0%, #060606 100%);
- background: linear-gradient(to bottom, #404040 0%, #060606 100%);
+ background: #1c1c1c;
}
#topline a,
@@ -886,18 +831,12 @@ a.iconlink.upload {
display: inline-block;
padding: 2px 8px 3px 8px;
background: #444;
- background: -moz-linear-gradient(top, #444 0%, #333 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(100%,#333));
- background: -ms-linear-gradient(top, #444 0%, #333 100%);
- background: linear-gradient(to bottom, #444 0%, #333 100%);
color: #eee;
font-weight: bold;
white-space: nowrap;
- border: 1px solid #777;
- box-shadow: 0 1px 5px 0 #333;
+ box-shadow: 0 1px 4px 0 #333;
z-index: 200;
white-space: nowrap;
- text-shadow: 0px 1px 1px #000;
}
.minimal #taskbar .tooltip:after {
@@ -907,7 +846,7 @@ a.iconlink.upload {
right: 15px;
border-style: solid;
border-width: 0 4px 4px;
- border-color: #888 transparent;
+ border-color: #444 transparent;
/* reduce the damage in FF3.0 */
display: block;
width: 0;
@@ -937,7 +876,6 @@ a.iconlink.upload {
display: inline-block;
font-size: 110%;
font-weight: normal;
- text-shadow: 0px 1px 1px black;
padding: 5px 0 0 34px;
height: 19px;
background: url(images/buttons.png) -1000px 0 no-repeat;
@@ -945,13 +883,12 @@ a.iconlink.upload {
#taskbar a:focus {
color: #fff;
- text-shadow: 0px 1px 1px #666;
background-color: rgba(73,180,210,0.7);
outline: none;
}
#taskbar a.button-selected {
- color: #3cf;
+ color: #20a6fb;
background-color: #2c2c2c;
}
@@ -1048,10 +985,9 @@ a.iconlink.upload {
}
.uibox {
- border: 1px solid #a3a3a3;
+ border: 1px solid #b2b8bf;
border-radius: 4px;
overflow: hidden;
- box-shadow: 0 0 2px #999;
background: #fff;
}
@@ -1111,7 +1047,6 @@ a.iconlink.upload {
padding: 7px 8px 6px 8px;
line-height: 20px;
margin: 0;
- text-shadow: 0px 1px 1px #fff;
border-bottom: 1px solid #bbd3da;
white-space: nowrap;
}
@@ -1135,7 +1070,6 @@ a.iconlink.upload {
.listing tbody td,
.listing li {
display: block;
- border-top: 1px solid #fff;
border-bottom: 1px solid #bbd3da;
cursor: default;
font-weight: normal;
@@ -1148,10 +1082,9 @@ a.iconlink.upload {
.listing li a {
display: block;
color: #376572;
- text-shadow: 0px 1px 1px #fff;
text-decoration: none;
cursor: default;
- padding: 4px 8px;
+ padding: 5px 8px;
line-height: 17px;
height: 17px;
white-space: nowrap;
@@ -1165,7 +1098,6 @@ a.iconlink.upload {
.listing tbody td a {
color: #376572;
- text-shadow: 0px 1px 1px #fff;
text-decoration: none;
}
@@ -1266,7 +1198,6 @@ ul.listing .listitem span:focus,
ul.listing.focus .listitem.focused span {
color: #fff !important;
background-color: rgba(73,180,210,0.6);
- text-shadow: 0px 1px 1px #666;
outline: none;
}
@@ -1339,9 +1270,8 @@ ul.treelist li.selected > div.expanded {
left: 0;
width: 100%;
height: 42px;
- border-top: 1px solid #ccdde4;
+ border-top: 1px solid #bbd3da;
background: #d9ecf4;
- box-shadow: inset 0 1px 0 0 #fff;
white-space: nowrap;
overflow: hidden;
}
@@ -1363,7 +1293,6 @@ ul.treelist li.selected > div.expanded {
.boxfooter a.listbutton:focus {
color: #fff;
background-color: rgba(73,180,210,0.6);
- text-shadow: 0px 1px 1px #666;
outline: none;
}
@@ -1528,7 +1457,6 @@ table.records-table {
.records-table thead td a:focus {
color: #fff;
background-color: rgba(73,180,210,0.7);
- text-shadow: 0px 1px 1px #666;
outline: none;
}
@@ -1559,15 +1487,11 @@ table.records-table {
.records-table tr.selected td {
color: #fff !important;
- background-color: #4db0d2 !important;
+ background-color: #4db0d2;
}
.records-table.focus tr.selected td {
- background: #019bc6;
- background: -moz-linear-gradient(top, #019bc6 0%, #017cb4 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#019bc6), color-stop(100%,#017cb4));
- background: -ms-linear-gradient(top, #019bc6 0%, #017cb4 100%);
- background: linear-gradient(to bottom, #019bc6 0%, #017cb4 100%);
+ background-color: #017db6 !important;
}
.records-table tr.selected td a,
@@ -1609,12 +1533,8 @@ body.iframe.fullheight {
.contentbox .boxtitle,
body.iframe .boxtitle {
color: #777;
- background: #eee;
- background: -moz-linear-gradient(top, #eee 0%, #dfdfdf 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#dfdfdf));
- background: -ms-linear-gradient(top, #eee 0%, #dfdfdf 100%);
- background: linear-gradient(to bottom, #eee 0%, #dfdfdf 100%);
- border-bottom: 1px solid #ccc;
+ background: #efefef;
+ border-bottom: 1px solid #d0d0d0;
}
body.iframe .boxtitle {
@@ -1782,16 +1702,16 @@ ul.proplist li {
#login-form .box-inner {
width: 430px;
- background: url(images/linen_login.jpg) top left no-repeat #5c5c5c;
+ background: #404040;
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #404040), color-stop(100%, #2e2e2e));
+ background: -ms-linear-gradient(top, #404040 0%, #2e2e2e 100%);
+ background: linear-gradient(to bottom, #404040 0%, #2e2e2e 100%);
margin: 0 50px;
padding: 10px 24px 24px 24px;
- border: 1px solid #333;
- border-radius: 5px;
- box-shadow: inset 0 0 1px #ccc;
+ border-radius: 6px;
}
#login-form .box-bottom {
- background: url(images/login_shadow.png) top center no-repeat;
margin-top: -3px;
padding-top: 10px;
}
@@ -1817,27 +1737,13 @@ ul.proplist li {
#login-form input.button {
color: #444;
- text-shadow: 0px 1px 1px #fff;
border-color: #f9f9f9;
- background: #f9f9f9;
- background: -moz-linear-gradient(top, #f9f9f9 0%, #e2e2e2 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e2e2e2));
- background: -ms-linear-gradient(top, #f9f9f9 0%, #e2e2e2 100%);
- background: linear-gradient(to bottom, #f9f9f9 0%, #e2e2e2 100%);
- box-shadow: inset 0 1px 0 0 #fff;
-}
-
-#login-form input.button:hover,
-#login-form input.button:focus {
- box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9), inset 0 1px 0 0 #fff;
+ background-color: #f9f9f9;
}
#login-form input.button:active {
color: #333;
- background: -moz-linear-gradient(top, #dcdcdc 0%, #f9f9f9 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(100%,#f9f9f9));
- background: -ms-linear-gradient(top, #dcdcdc 0%, #f9f9f9 100%);
- background: linear-gradient(to bottom, #dcdcdc 0%, #f9f9f9 100%);
+ background-color: #dcdcdc;
}
#login-form form table {
@@ -1848,7 +1754,6 @@ ul.proplist li {
width: 20%;
white-space: nowrap;
color: #cecece;
- text-shadow: 0px 1px 1px black;
text-align: right;
padding-right: 1em;
}
@@ -1958,8 +1863,6 @@ ul.proplist li {
text-overflow: ellipsis;
white-space: nowrap;
padding: 28px 2px 0 2px;
- text-shadow: 0px 1px 1px #eee;
- box-shadow: none;
background: url(images/buttons.png) -100px 0 no-repeat transparent;
border: 0;
border-radius: 0;
@@ -1968,7 +1871,6 @@ ul.proplist li {
.dropbutton .dropbuttontip:focus,
.toolbar a.button:focus {
color: #fff;
- text-shadow: 0px 1px 1px #666;
background-color: rgba(30,150,192, 0.5);
border-radius: 3px;
}
@@ -2145,11 +2047,7 @@ a.menuselector {
display: inline-block;
border: 1px solid #ababab;
border-radius: 4px;
- background: #f8f8f8;
- background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd));
- background: -ms-linear-gradient(top, #f9f9f9 0%, #dddddd 100%);
- background: linear-gradient(to bottom, #f8f8f8 0%, #dddddd 100%);
+ background: #f1f1f1;
text-decoration: none;
color: #333;
cursor: pointer;
@@ -2161,7 +2059,6 @@ a.menuselector .handle {
padding: 0 32px 0 6px;
height: 20px;
line-height: 19px;
- text-shadow: 0px 1px 1px #fff;
background: url(images/selector.png) right center no-repeat;
border-radius: 4px;
}
@@ -2196,7 +2093,6 @@ select.decorated option {
border: 0;
border-top: 1px solid #5a5a5a;
border-bottom: 1px solid #333;
- text-shadow: 0px 1px 1px #333;
padding: 4px 6px;
outline: none;
cursor: default;
@@ -2207,7 +2103,7 @@ a.menuselector:focus,
a.menuselector.focus,
a.iconbutton:focus,
.pagenav a.button:focus {
- border-color: #4fadd5;
+ border-color: #0883d0;
box-shadow: 0 0 4px 2px rgba(71,135,177, 0.8);
outline: none;
}
@@ -2220,7 +2116,6 @@ a.iconbutton:focus,
height: 18px;
font-size: 12px;
font-weight: bold;
- text-shadow: 0px 1px 1px #fff;
padding-left: 30px;
background: url(images/quota.png) -100px 0 no-repeat;
}
@@ -2267,7 +2162,6 @@ table.quota-info td.root {
overflow: -moz-scrollbars-vertical;
overflow-y: auto;
background: #444;
- border: 1px solid #999;
z-index: 240;
border-radius: 4px;
box-shadow: 0 2px 6px 0 #333;
@@ -2301,7 +2195,6 @@ ul.toolbarmenu li,
min-width: 130px;
margin: 0;
border-top: 1px solid #5a5a5a;
- border-bottom: 1px solid #333;
}
.googie_list tr:first-child td,
@@ -2320,7 +2213,6 @@ select.decorated option:last-child {
ul.toolbarmenu li a {
display: block;
color: #666;
- text-shadow: 0px 1px 1px #333;
text-decoration: none;
min-height: 14px;
padding: 6px 16px 6px 10px;
@@ -2343,11 +2235,7 @@ ul.toolbarmenu li a.active:focus,
#pagejump-selector ul li.selected,
select.decorated option:hover,
select.decorated option[selected='selected'] {
- background-color: #00aad6;
- background: -moz-linear-gradient(top, #00aad6 0%, #008fc9 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aad6), color-stop(100%,#008fc9));
- background: -ms-linear-gradient(top, #00aad6 0%, #008fc9 100%);
- background: linear-gradient(to bottom, #00aad6 0%, #008fc9 100%);
+ background-color: #0883d0;
outline: none;
}
@@ -2364,7 +2252,6 @@ ul.toolbarmenu li label {
display: block;
color: #fff;
padding: 4px 8px;
- text-shadow: 0px 1px 1px #333;
}
ul.toolbarmenu li.separator label {
@@ -2493,7 +2380,6 @@ ul.toolbarmenu li span.copy {
}
#rcmKSearchpane ul li {
- text-shadow: 0px 1px 1px #333;
text-decoration: none;
min-height: 14px;
padding: 6px 10px 6px 28px;
@@ -2534,7 +2420,6 @@ ul.toolbarmenu li span.copy {
.hint {
margin: 4px 0;
color: #999;
- text-shadow: 0px 1px 1px #fff;
}
.splitter {
@@ -2574,7 +2459,6 @@ ul.toolbarmenu li span.copy {
color: #ccc;
white-space: nowrap;
opacity: 0.92;
- text-shadow: 0px 1px 1px #333;
}
#rcmdraglayer:after {
@@ -2805,11 +2689,11 @@ ul.toolbarmenu li span.copy {
.folderlist li.mailbox ul li a {
padding-left: 52px; /* 36 + 1 x 16 */
- background-position: 22px -95px; /* 6 + 1 x 16 */
+ background-position: 22px -93px; /* 6 + 1 x 16 */
}
.folderlist li.mailbox ul li > a:focus,
.folderlist li.mailbox ul li.selected > a {
- background-position: 22px -119px;
+ background-position: 22px -117px;
}
.folderlist li.mailbox ul li div.treetoggle {
left: 33px;
@@ -2818,11 +2702,11 @@ ul.toolbarmenu li span.copy {
.folderlist li.mailbox ul ul li.mailbox a {
padding-left: 68px; /* 2x */
- background-position: 38px -95px;
+ background-position: 38px -93px;
}
.folderlist li.mailbox ul ul li > a:focus,
.folderlist li.mailbox ul ul li.selected > a {
- background-position: 38px -119px;
+ background-position: 38px -117px;
}
.folderlist li.mailbox ul ul li div.treetoggle {
left: 48px;
@@ -2830,11 +2714,11 @@ ul.toolbarmenu li span.copy {
.folderlist li.mailbox ul ul ul li.mailbox a {
padding-left: 84px; /* 3x */
- background-position: 54px -95px;
+ background-position: 54px -93px;
}
.folderlist li.mailbox ul ul ul li > a:focus,
.folderlist li.mailbox ul ul ul li.selected > a {
- background-position: 54px -119px;
+ background-position: 54px -117px;
}
.folderlist li.mailbox ul ul ul li div.treetoggle {
left: 64px;
@@ -2842,11 +2726,11 @@ ul.toolbarmenu li span.copy {
.folderlist li.mailbox ul ul ul ul li.mailbox a {
padding-left: 100px; /* 4x */
- background-position: 70px -95px;
+ background-position: 70px -93px;
}
.folderlist li.mailbox ul ul ul ul li > a:focus,
.folderlist li.mailbox ul ul ul ul li.selected > a {
- background-position: 70px -119px;
+ background-position: 70px -117px;
}
.folderlist li.mailbox ul ul ul ul li div.treetoggle {
left: 80px;
@@ -2993,7 +2877,6 @@ ul.toolbarmenu li span.copy {
color: #333;
font-weight: bold;
padding: 3px 15px 3px 30px;
- text-shadow: 0px 1px 1px #fff;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
@@ -3075,7 +2958,7 @@ ul.toolbarmenu li span.copy {
}
.ui-tabs .tabsbar.ui-tabs-nav {
- margin-bottom: 10px;
+ margin-bottom: 4px;
}
.ui-dialog-content .ui-tabs .tabsbar.ui-tabs-nav {