fix bug 51946
Before Width: | Height: | Size: 86 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 96 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 97 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 102 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 85 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 95 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 97 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 101 B After Width: | Height: | Size: 1.4 KiB |
|
@ -1,5 +1,5 @@
|
|||
.dimension-picker {
|
||||
font-size: 18px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.dimension-picker div {
|
||||
|
@ -19,7 +19,7 @@
|
|||
position: absolute;
|
||||
|
||||
//background: transparent repeat scroll 0 0;
|
||||
.background-ximage-all('dimension-picker/dimension-highlighted.png', 18px);
|
||||
.background-ximage-all('dimension-picker/dimension-highlighted.png', 20px);
|
||||
background-repeat: repeat;
|
||||
|
||||
.pixel-ratio__1_25 &, .pixel-ratio__1_75 & {
|
||||
|
@ -29,7 +29,7 @@
|
|||
|
||||
.dimension-picker-unhighlighted {
|
||||
//background: transparent repeat scroll 0 0;
|
||||
.background-ximage-all('dimension-picker/dimension-unhighlighted.png', 18px);
|
||||
.background-ximage-all('dimension-picker/dimension-unhighlighted.png', 20px);
|
||||
background-repeat: repeat;
|
||||
|
||||
.pixel-ratio__1_25 &, .pixel-ratio__1_75 & {
|
||||
|
|