SVG versions of icons
SVG assets added and CSS adjusments made to make use fo SVG for compatible browsers. Change-Id: Ib04b7bd72b528fc0c8159362f03f2a9828342aa4
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
div.display-settings-block {
|
||||
/* @embed */
|
||||
background: transparent url('../images/display.png') no-repeat;
|
||||
background: transparent url('../images/display.png') left top no-repeat;
|
||||
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/display.svg');
|
||||
background-image: -moz-linear-gradient(transparent, transparent), url('../images/display.svg');
|
||||
background-image: linear-gradient(transparent, transparent), url('../images/display.svg');
|
||||
background-size: 20px auto;
|
||||
/* This is only few pixels off from the below */
|
||||
background-position: 4.5% 0;
|
||||
/* Does not work for RTL
|
||||
background-position-x: 15px;
|
||||
background-position-y: 5px;
|
||||
*/
|
||||
color: #252525;
|
||||
padding-left: 32px;
|
||||
padding-left: 26px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user