Merge branch 'dev-larry-flat' into release-1.3

pull/5755/head
Thomas Bruederli 7 years ago
commit c297d08362

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -227,7 +227,6 @@
display: block;
line-height: 1.5;
padding: 6px 10px 4px;
text-shadow: 0 1px 1px #333;
background-color: #444;
border: 0;
border-radius: 0;
@ -254,12 +253,7 @@
.ui-menu .ui-menu-item .ui-state-active,
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
background: #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: -o-linear-gradient(top, #00aad6 0%, #008fc9 100%);
background: -ms-linear-gradient(top, #00aad6 0%, #008fc9 100%);
background: linear-gradient(top, #00aad6 0%, #008fc9 100%);
background: #0883d0;
}
/* icon support */
@ -629,7 +623,6 @@ button.ui-button::-moz-focus-inner {
float: left;
margin: .1em 16px .1em 0;
font-size: 1.3em;
text-shadow: 1px 1px 1px #fff;
white-space: nowrap;
width: 90%;
overflow: hidden;
@ -811,13 +804,7 @@ button.ui-button::-moz-focus-inner {
font-size: .7em;
display: block;
border: 0;
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: -o-linear-gradient(top, #019bc6 0%, #017cb4 100%);
background: -ms-linear-gradient(top, #019bc6 0%, #017cb4 100%);
background: linear-gradient(top, #019bc6 0%, #017cb4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019bc6', endColorstr='#017cb4', GradientType=0);
background: #017cb4;
}
/* support: IE8 - See #6727 */
@ -926,13 +913,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 +939,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 +989,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 +1373,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 +1400,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 +1418,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],
@ -1508,7 +1444,6 @@ a.ui-button:active,
background: #3a3a3a;
filter: none;
color: #fff;
text-shadow: 0px 1px 1px #000;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
@ -1582,32 +1517,18 @@ a.ui-button:active,
.ui-datepicker td span, .ui-datepicker td a {
border: 0;
padding: .5em;
text-shadow: 0px 1px 1px #fff;
}
.ui-datepicker td a.ui-state-default {
border: 0px solid #fff;
border-top-width: 1px;
border-left-width: 1px;
border: none;
background: #e6e6e6;
background: -moz-linear-gradient(top, #e6e6e6 0%, #d6d6d6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#d6d6d6));
background: -o-linear-gradient(top, #e6e6e6 0%, #d6d6d6 100%);
background: -ms-linear-gradient(top, #e6e6e6 0%, #d6d6d6 100%);
background: linear-gradient(top, #e6e6e6 0%, #d6d6d6 100%);
}
.ui-datepicker td a.ui-priority-secondary {
background: #eee;
}
.ui-datepicker td a.ui-state-active {
color: #fff;
border-color: #0286ac !important;
text-shadow: 0px 1px 1px #00516e !important;
background: #00acd4 !important;
background: -moz-linear-gradient(top, #00acd4 0%, #008fc7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00acd4), color-stop(100%,#008fc7));
background: -o-linear-gradient(top, #00acd4 0%, #008fc7 100%);
background: -ms-linear-gradient(top, #00acd4 0%, #008fc7 100%);
background: linear-gradient(top, #00acd4 0%, #008fc7 100%);
border-color: #0883d0 !important;
background: #0883d0 !important;
}
.ui-datepicker .ui-state-highlight {
color: #0081c2;
@ -1616,5 +1537,4 @@ a.ui-button:active,
color: #fff;
border-color: rgba(73,180,210,0.7);
background: rgba(73,180,210,0.7);
text-shadow: 0px 1px 1px #666;
}

@ -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<EFBFBD>ro f<EFBFBD>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 {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 580 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 591 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 549 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 B

After

Width:  |  Height:  |  Size: 118 B

@ -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;
}

@ -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

@ -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,24 @@ 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;
border: 0;
background: transparent;
margin: 0;
}
.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 +370,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 +575,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 +582,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 +650,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 +682,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 +694,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 +832,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 +847,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 +877,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 +884,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 +986,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 +1048,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 +1071,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 +1083,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 +1099,6 @@ a.iconlink.upload {
.listing tbody td a {
color: #376572;
text-shadow: 0px 1px 1px #fff;
text-decoration: none;
}
@ -1266,7 +1199,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 +1271,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 +1294,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;
}
@ -1496,10 +1426,6 @@ table.records-table {
font-size: 11px;
font-weight: bold;
background: #d6eaf3;
background: -moz-linear-gradient(left, #e3f2f6 0, #d6eaf3 14px, #d6eaf3 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0,#e3f2f6), color-stop(8%,#d6eaf3), color-stop(100%,#d6eaf3));
background: -ms-linear-gradient(left, #e3f2f6 0, #d6eaf3 14px ,#d6eaf3 100%);
background: linear-gradient(left, #e3f2f6 0, #d6eaf3 14px, #d6eaf3 100%);
border-left: 1px solid #bbd3da;
padding: 8px 7px;
overflow: hidden;
@ -1528,7 +1454,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 +1484,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 +1530,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 +1699,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 +1734,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 +1751,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 +1860,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 +1868,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 +2044,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 +2056,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 +2090,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 +2100,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 +2113,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 +2159,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 +2192,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 +2210,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 +2232,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 +2249,6 @@ ul.toolbarmenu li label {
display: block;
color: #fff;
padding: 4px 8px;
text-shadow: 0px 1px 1px #333;
}
ul.toolbarmenu li.separator label {
@ -2474,7 +2358,7 @@ ul.toolbarmenu li span.copy {
#pagejump-selector ul li {
min-width: 45px;
padding: 2px 5px;
padding: 4px 6px;
cursor: default;
}
@ -2493,7 +2377,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 +2417,6 @@ ul.toolbarmenu li span.copy {
.hint {
margin: 4px 0;
color: #999;
text-shadow: 0px 1px 1px #fff;
}
.splitter {
@ -2574,7 +2456,6 @@ ul.toolbarmenu li span.copy {
color: #ccc;
white-space: nowrap;
opacity: 0.92;
text-shadow: 0px 1px 1px #333;
}
#rcmdraglayer:after {
@ -2805,11 +2686,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 +2699,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 +2711,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 +2723,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 +2874,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 +2955,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 {

@ -123,6 +123,20 @@ class Framework_DB extends PHPUnit_Framework_TestCase
$this->assertSame($expected, implode("\n", $db->queries), "Query parsing [2]");
}
function test_parse_dsn()
{
$dsn = "mysql://USERNAME:PASSWORD@HOST:3306/DATABASE";
$result = rcube_db::parse_dsn($dsn);
$this->assertSame('mysql', $result['phptype'], "DSN parser: phptype");
$this->assertSame('USERNAME', $result['username'], "DSN parser: username");
$this->assertSame('PASSWORD', $result['password'], "DSN parser: password");
$this->assertSame('3306', $result['port'], "DSN parser: port");
$this->assertSame('HOST', $result['hostspec'], "DSN parser: hostspec");
$this->assertSame('DATABASE', $result['database'], "DSN parser: database");
}
}
/**

Loading…
Cancel
Save