diff --git a/core/css/inputs.css b/core/css/inputs.css index 8fb7071fe9319..7bdfde2e12363 100644 --- a/core/css/inputs.css +++ b/core/css/inputs.css @@ -99,7 +99,7 @@ input[type="button"]:focus, #quota:focus, .pager li a:focus { color: #333; - border: 2px solid #0082c9; + border: 1px solid #0082c9; } input[type="checkbox"].checkbox { diff --git a/core/css/styles.css b/core/css/styles.css index 8196c3fc22b95..4ec976fb47d60 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -2,15 +2,15 @@ This file is licensed under the Affero General Public License version 3 or later. See the COPYING-README file. */ -html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section { margin:0; padding:0; border:0; outline: 0; font-weight:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; cursor:default; } -a:focus { color: #333; border: 2px solid #0082c9;} +html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; cursor:default; } +a:focus { color: #333; border: 1px solid #0082c9;} html, body { height:100%; } article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block; } body { line-height:1.5; } table { border-collapse:separate; border-spacing:0; white-space:nowrap; } caption, th, td { text-align:left; font-weight:normal; } table, td, th { vertical-align:middle; } -a { border:0; color:#000; text-decoration:none;} +a { border:1px; border-color: transparent; border-style: solid; color:#000; text-decoration:none;} a, a *, input, input *, select, .button span, label { cursor:pointer; } ul { list-style:none; } @@ -129,7 +129,7 @@ body { max-width: 50%; cursor: text; background-color: #0082c9; - border: 1px solid #0082c9; + border: 1px solid rgba(255, 255, 255, .5); } /* CONTENT ------------------------------------------------------------------ */