Created
December 3, 2014 17:42
-
-
Save marcinlawnik/e6de6ad75d699a788013 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//less code | |
.mw-echo-icon-cog { | |
/* @embed */ | |
background-image: url(../icons/SettingsSmall.png) no-repeat 20px 15px !important; | |
background-image: -webkit-linear-gradient(transparent, transparent), e('/* @embed */') url(../icons/Settings.svg) no-repeat 20px 15px !important; | |
background-image: linear-gradient(transparent, transparent), e('/* @embed */') url(../icons/Settings.svg) no-repeat 20px 15px !important; | |
} | |
//generated invalid css | |
// in firefox its empty | |
// in chrome: | |
.mw-echo-icon-cog { | |
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABHNCS…cQFvKfgqm8PANLYECx8qSwozj6HFiU/Q0/+Tg8nOZ6/gAF98agA+yFVQAAAABJRU5ErkJggg==) no-repeat 20px 15px !important; | |
background-image: url(http://127.0.0.1:8080/w/extensions/Echo/modules/overlay/../icons/SettingsSmall.png?2014-12-02T20:10:00Z) no-repeat 20px 15px !important!ie; | |
background-image: -webkit-linear-gradient(transparent,transparent),url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22…A%20%20%20inkscape%3Aconnector-curvature%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E) no-repeat 20px 15px !important; | |
background-image: -webkit-linear-gradient(transparent,transparent),url(http://127.0.0.1:8080/w/extensions/Echo/modules/overlay/../icons/Settings.svg?2014-12-02T20:08:20Z) no-repeat 20px 15px !important!ie; | |
background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22…A%20%20%20inkscape%3Aconnector-curvature%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E) no-repeat 20px 15px !important; | |
background-image: linear-gradient(transparent,transparent),url(http://127.0.0.1:8080/w/extensions/Echo/modules/overlay/../icons/Settings.svg?2014-12-02T20:08:20Z) no-repeat 20px 15px !important!ie; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment