Changement de la couleur du fond sous les boutons d'éditions (cas de la ligne de wrap) => plus neutre et clair.
This commit is contained in:
parent
3f13eca1d4
commit
0037b4db8d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
div.picker {
|
div.picker {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
border: 1px solid @ini_border;
|
border: 1px solid @ini_border;
|
||||||
background-color: @ini_background_alt;
|
background-color: @ini_neutral4;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
/* picker for headlines */
|
/* picker for headlines */
|
||||||
|
|
Loading…
Reference in a new issue