mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 22:13:27 +02:00
improvements to skins
This commit is contained in:
17
modules/client_skins/skins/default/styles/textedits.otui
Normal file
17
modules/client_skins/skins/default/styles/textedits.otui
Normal file
@@ -0,0 +1,17 @@
|
||||
TextEdit < UITextEdit
|
||||
font: verdana-11px-antialised
|
||||
color: #aaaaaa
|
||||
size: 86 20
|
||||
text-offset: 0 3
|
||||
text-margin: 3
|
||||
image-source: /images/panel_flat.png
|
||||
image-border: 1
|
||||
|
||||
$disabled:
|
||||
color: #aaaaaa88
|
||||
|
||||
PasswordTextEdit < TextEdit
|
||||
text-hidden: true
|
||||
|
||||
MultilineTextEdit < TextEdit
|
||||
multiline: true
|
Reference in New Issue
Block a user