SPR-742: Konfigurierbarkeit "edit pencil" in content
This commit is contained in:
parent
5f18c8954f
commit
60020ac79d
1 changed files with 5 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
&::after {
|
&::after {
|
||||||
content: '';
|
content: '';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background: transparent url("svg.php?svg=pencil.svg&f=link") center center no-repeat;
|
background: transparent url("svg.php?svg=pencil.svg&f=nav_menu_color") center center no-repeat;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
|
@ -50,6 +50,10 @@
|
||||||
background-color: @button_color;
|
background-color: @button_color;
|
||||||
color: @button_background;
|
color: @button_background;
|
||||||
border-color: @button_background;
|
border-color: @button_background;
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
background-image: url("svg.php?svg=pencil.svg&f=button_background");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue