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