Thomas Bruederli
2015-12-23 12d389b396e789fd6d55958b23ef61c58fdcda70
skins/larry/styles.css
@@ -1,7 +1,7 @@
/**
 * Roundcube webmail styles for skin "Larry"
 *
 * Copyright (c) 2012, The Roundcube Dev Team
 * Copyright (c) 2012-2015, The Roundcube Dev Team
 * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com
 *
 * The contents are subject to the Creative Commons Attribution-ShareAlike
@@ -21,6 +21,11 @@
body.noscroll {
   /* also avoids bounce effect in Chrome and Safari */
   overflow: hidden;
}
.iphone body.noscroll {
   /* revert on iPhone (#1490551) */
   overflow: auto;
}
a {
@@ -2021,6 +2026,10 @@
   color: #1978a1;
}
.toolbar a.button.selected:focus {
   color: #fff;
}
.toolbar a.button.hidden {
   display: none;
}
@@ -2174,7 +2183,7 @@
}
.toolbar a.button.encrypt.selected {
   background-position: center -2065px;
   background-position: center -2068px;
}
a.menuselector {
@@ -2404,6 +2413,12 @@
ul.toolbarmenu li.separator label {
   color: #bbb;
   font-style: italic;
   padding: 0 8px;
   line-height: 17px;
}
ul.toolbarmenu li input {
   margin: 0;
}
ul.toolbarmenu li a.icon {
@@ -3134,4 +3149,14 @@
_:not(), _:-moz-handler-blocked, .mozilla .mce-btn-small i {
   line-height: 20px !important;
}
}
.mce-textbox {
   border-radius: 0;
   box-shadow: none;
}
.mce-textbox:focus {
   box-shadow: none;
   outline: none;
}