mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUAC-1172: Provide root-level breadcrumb.
This commit is contained in:
		| @@ -21,22 +21,10 @@ | ||||
|  */ | ||||
|  | ||||
| #filesystem-menu .header h2 { | ||||
|  | ||||
|     font-size: 1em; | ||||
|     font-weight: normal; | ||||
|  | ||||
|     padding-top: 0; | ||||
|     padding-bottom: 0; | ||||
|     padding-left: 3.5em; | ||||
|  | ||||
|     background-size:         1.5em 1.5em; | ||||
|     -moz-background-size:    1.5em 1.5em; | ||||
|     -webkit-background-size: 1.5em 1.5em; | ||||
|     -khtml-background-size:  1.5em 1.5em; | ||||
|     background-repeat: no-repeat; | ||||
|     background-position: 1em center; | ||||
|     background-image: url('images/drive.png'); | ||||
|  | ||||
| } | ||||
|  | ||||
| #filesystem-menu .header { | ||||
| @@ -71,3 +59,17 @@ | ||||
|     background-color: #CDA; | ||||
|     cursor: pointer; | ||||
| } | ||||
|  | ||||
| #filesystem-menu .header.breadcrumbs .breadcrumb.root { | ||||
|     background-size:         1.5em 1.5em; | ||||
|     -moz-background-size:    1.5em 1.5em; | ||||
|     -webkit-background-size: 1.5em 1.5em; | ||||
|     -khtml-background-size:  1.5em 1.5em; | ||||
|     background-repeat: no-repeat; | ||||
|     background-position: center center; | ||||
|     background-image: url('images/drive.png'); | ||||
|     width: 2em; | ||||
|     height: 2em; | ||||
|     padding: 0; | ||||
|     vertical-align: middle; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user