diff options
-rw-r--r-- | core/css/fixes.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/fixes.css b/core/css/fixes.css index 9852f600328..15635950746 100644 --- a/core/css/fixes.css +++ b/core/css/fixes.css @@ -19,6 +19,11 @@ .lte9 .icon-triangle-s { background-image: url('../img/actions/triangle-s.png'); } +.lte9 .icon-settings, +.lte9 .settings-button { + background-image: url('../img/actions/settings.png'); +} + /* IE8 needs background to be set to same color to make transparency look good. */ .lte9 #body-login form input[type="text"] { |