mirror of
				https://github.com/OTCv8/otclientv8.git
				synced 2025-10-31 10:56:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			107 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			107 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| Button < UIButton
 | |
|   font: verdana-11px-antialised
 | |
|   color: #dfdfdfff
 | |
|   size: 106 23
 | |
|   text-offset: 0 1
 | |
|   image-source: /images/ui/button
 | |
|   image-color: #dfdfdf
 | |
|   image-clip: 0 0 22 23
 | |
|   image-border: 3
 | |
|   padding: 5 10 5 10
 | |
|   opacity: 1.0
 | |
|   change-cursor-image: true
 | |
|   cursor: pointer
 | |
| 
 | |
|   $hover !disabled:
 | |
|     image-clip: 0 23 22 23
 | |
| 
 | |
|   $pressed:
 | |
|     image-clip: 0 46 22 23
 | |
|     text-offset: 1 1
 | |
| 
 | |
|   $disabled:
 | |
|     color: #dfdfdf88
 | |
|     opacity: 0.8
 | |
|     change-cursor-image: false
 | |
| 
 | |
| TabButton < UIButton
 | |
|   size: 22 23
 | |
|   image-source: /images/ui/tabbutton_rounded
 | |
|   image-color: #dfdfdf
 | |
|   image-clip: 0 0 22 23
 | |
|   image-border: 3
 | |
|   text-offset: 0 1
 | |
|   icon-color: #dfdfdf
 | |
|   color: #dfdfdf
 | |
|   change-cursor-image: true
 | |
|   cursor: pointer
 | |
| 
 | |
|   $hover !on:
 | |
|     image-clip: 0 23 22 23
 | |
|     color: #dfdfdf
 | |
| 
 | |
|   $disabled:
 | |
|     image-color: #dfdfdf66
 | |
|     icon-color: #dfdfdf
 | |
|     change-cursor-image: false
 | |
| 
 | |
|   $on:
 | |
|     image-clip: 0 46 22 23
 | |
|     color: #dfdfdf
 | |
| 
 | |
| NextButton < UIButton
 | |
|   size: 12 21
 | |
|   image-source: /images/ui/arrow_horizontal
 | |
|   image-clip: 12 0 12 21
 | |
|   image-color: #ffffff
 | |
|   text-offset: 0 1
 | |
|   change-cursor-image: true
 | |
|   cursor: pointer
 | |
| 
 | |
|   $hover !disabled:
 | |
|     image-clip: 12 21 12 21
 | |
| 
 | |
|   $pressed:
 | |
|     image-clip: 12 21 12 21
 | |
| 
 | |
|   $disabled:
 | |
|     image-color: #dfdfdf88
 | |
|     change-cursor-image: false
 | |
| 
 | |
| PreviousButton < UIButton
 | |
|   size: 12 21
 | |
|   image-source: /images/ui/arrow_horizontal
 | |
|   image-clip: 0 0 12 21
 | |
|   image-color: #ffffff
 | |
|   text-offset: 0 1
 | |
|   change-cursor-image: true
 | |
|   cursor: pointer
 | |
| 
 | |
|   $hover !disabled:
 | |
|     image-clip: 0 21 12 21
 | |
| 
 | |
|   $pressed:
 | |
|     image-clip: 0 21 12 21
 | |
| 
 | |
|   $disabled:
 | |
|     image-color: #dfdfdf88
 | |
|     change-cursor-image: false
 | |
| 
 | |
| AddButton < UIButton
 | |
|   size: 20 20
 | |
|   image-source: /images/ui/icon_add
 | |
|   image-color: #dfdfdfff
 | |
|   text-offset: 0 1
 | |
|   change-cursor-image: true
 | |
|   cursor: pointer
 | |
| 
 | |
|   $hover !disabled:
 | |
|     image-color: #dfdfdf99
 | |
| 
 | |
|   $pressed:
 | |
|     image-color: #dfdfdf44
 | |
| 
 | |
|   $disabled:
 | |
|     image-color: #dfdfdf55
 | |
|     change-cursor-image: false
 | 
