change interface style, add top menu
BIN
modules/core_ui/icons/about.png
Normal file
After Width: | Height: | Size: 763 B |
BIN
modules/core_ui/icons/exit.png
Normal file
After Width: | Height: | Size: 932 B |
BIN
modules/core_ui/icons/login.png
Normal file
After Width: | Height: | Size: 696 B |
BIN
modules/core_ui/icons/logout.png
Normal file
After Width: | Height: | Size: 385 B |
BIN
modules/core_ui/icons/settings.png
Normal file
After Width: | Height: | Size: 660 B |
BIN
modules/core_ui/images/empty_rounded_rect.png
Normal file
After Width: | Height: | Size: 325 B |
BIN
modules/core_ui/images/top_button.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
modules/core_ui/images/top_panel.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
modules/core_ui/images/topbar.png
Normal file
After Width: | Height: | Size: 171 B |
@@ -22,3 +22,30 @@ Button < UIButton
|
||||
state.disabled:
|
||||
color: #999999
|
||||
background-color: #ffffff88
|
||||
|
||||
TopButton < UIButton
|
||||
background-color: white
|
||||
size: 26 25
|
||||
text-translate: 0 0
|
||||
border-image:
|
||||
source: /core_ui/images/top_button.png
|
||||
size: 26 25
|
||||
border: 3
|
||||
|
||||
state.hover:
|
||||
border-image:
|
||||
source: /core_ui/images/top_button.png
|
||||
size: 26 25
|
||||
offset: 26 0
|
||||
border: 3
|
||||
|
||||
state.pressed:
|
||||
text-translate: 1 1
|
||||
border-image:
|
||||
source: /core_ui/images/top_button.png
|
||||
size: 26 25
|
||||
offset: 52 0
|
||||
border: 3
|
||||
|
||||
state.disabled:
|
||||
background-color: #ffffff66
|
@@ -1,10 +1,16 @@
|
||||
Panel < UIWidget
|
||||
phantom: true
|
||||
|
||||
FlatPanel < Panel
|
||||
border-image:
|
||||
source: /core_ui/images/panel_flat.png
|
||||
border: 4
|
||||
|
||||
TopPanel < Panel
|
||||
height: 34
|
||||
border-image:
|
||||
source: /core_ui/images/top_panel.png
|
||||
border-bottom: 3
|
||||
|
||||
RoundedPanel < Panel
|
||||
background-color: #ffffffdd
|
||||
|
@@ -3,3 +3,4 @@ HorizontalSeparator < UIWidget
|
||||
source: /core_ui/images/horizontal_separator.png
|
||||
border.top: 2
|
||||
height: 2
|
||||
phantom: true
|
||||
|