mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
SVG fallback for settings icon
This commit is contained in:
parent
d4801e078e
commit
9d3fcfcac8
1 changed files with 5 additions and 0 deletions
|
|
@ -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"] {
|
||||
|
|
|
|||
Loading…
Reference in a new issue