comparison core/themes/stable/css/system/system.admin.css @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children af1871eacc83
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
115 -ms-hyphens: auto; 115 -ms-hyphens: auto;
116 hyphens: auto; 116 hyphens: auto;
117 text-transform: none; 117 text-transform: none;
118 } 118 }
119 .system-modules td details a { 119 .system-modules td details a {
120 color: #5C5C5B; 120 color: #5c5c5b;
121 border: 0px; 121 border: 0;
122 } 122 }
123 .system-modules td details { 123 .system-modules td details {
124 border: 0; 124 border: 0;
125 margin: 0; 125 margin: 0;
126 height: 20px; 126 height: 20px;
232 } 232 }
233 .system-status-report__status-icon--warning:before { 233 .system-status-report__status-icon--warning:before {
234 background-image: url(../../images/core/icons/e29700/warning.svg); 234 background-image: url(../../images/core/icons/e29700/warning.svg);
235 } 235 }
236 .system-status-report__entry__value { 236 .system-status-report__entry__value {
237 padding: 1em .5em; 237 padding: 1em 0.5em;
238 } 238 }
239 239
240 /** 240 /**
241 * Appearance page. 241 * Appearance page.
242 */ 242 */