mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-03-12 15:31:00 +00:00
Fix broken keyboard icons in config page
This commit is contained in:
parent
a2141312c4
commit
25c6cfedf4
@ -5,9 +5,3 @@
|
||||
.mainFxmlClass {
|
||||
|
||||
}
|
||||
|
||||
.keyboard-shortcut {
|
||||
margin-left:20px;
|
||||
background-image: "../jace/data/icon_keyboard.gif";
|
||||
background-repeat: no-repeat;
|
||||
}
|
@ -11,7 +11,7 @@
|
||||
}
|
||||
|
||||
.setting-keyboard-shortcut {
|
||||
-fx-graphic: "/jace/data/icon_keyboard.gif";
|
||||
-fx-graphic: url("../jace/data/icon_keyboard.gif");
|
||||
-fx-graphic-text-gap: 2;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user