Aleksander Machniak
2016-05-08 3d0d5dbd0f35c47b21e2e574703a08f07ce677dd
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 {
@@ -3144,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;
}