mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUAC-932: Fix button style.
This commit is contained in:
		| @@ -20,13 +20,17 @@ | ||||
|  * THE SOFTWARE. | ||||
|  */ | ||||
|  | ||||
| a.button { | ||||
|     cursor: default; | ||||
|     display: inline-block; | ||||
| } | ||||
|  | ||||
| input[type="submit"], button, a.button { | ||||
|      | ||||
|     -webkit-appearance: none; | ||||
|     text-decoration: none; | ||||
|  | ||||
|     background-color: #3C3C3C; | ||||
|  | ||||
|     border: 1px solid rgba(0, 0, 0, 0.4); | ||||
|  | ||||
|     color: white; | ||||
| @@ -39,7 +43,6 @@ input[type="submit"], button, a.button { | ||||
|     min-width: 5em; | ||||
|     margin: 0.25em; | ||||
|  | ||||
|     border-bottom: rgba(0, 0, 0, 0.25); | ||||
|     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); | ||||
|  | ||||
| } | ||||
| @@ -70,10 +73,6 @@ button.danger:active, a.button.danger:active { | ||||
|     background: #932; | ||||
| } | ||||
|  | ||||
| a.button { | ||||
|     display: inline-block; | ||||
| } | ||||
|  | ||||
| .button.logout, .button.manage, .button.back { | ||||
|     background-repeat: no-repeat; | ||||
|     background-size: 1em; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user