mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
More opacity options
This commit is contained in:
+1
-1
@@ -1932,7 +1932,7 @@ img.wiki-image {
|
||||
.opacity-options {
|
||||
background: url(img/background-pattern-opacity.png) 0 0 repeat;
|
||||
height:20px;
|
||||
width:62px;
|
||||
width:82px;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 10px;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
iD.ui.Background = function(context) {
|
||||
var key = 'b',
|
||||
opacities = [1, 0.5, 0],
|
||||
opacities = [1, 0.75, 0.5, 0.25],
|
||||
directions = [
|
||||
['left', [1, 0]],
|
||||
['top', [0, -1]],
|
||||
|
||||
Reference in New Issue
Block a user