diff --git a/core/themes/seven/style.css b/core/themes/seven/style.css index f697f8a..624347f 100644 --- a/core/themes/seven/style.css +++ b/core/themes/seven/style.css @@ -334,9 +334,11 @@ ul.inline li { } .admin-list li a { background: url(images/list-item.png) no-repeat 9px 11px; /* LTR */ + color: #0074bd; display: block; padding: 9px 9px 9px 39px; /* LTR */ min-height: 0; + text-decoration: none; } [dir="rtl"] .admin-list li a { background: url(images/list-item-rtl.png) no-repeat right 11px;