WebHost: Add game listing for all players on room info page.
This commit is contained in:
		 Hussein Farran
					Hussein Farran
				
			
				
					committed by
					
						 Fabian Dill
						Fabian Dill
					
				
			
			
				
	
			
			
			 Fabian Dill
						Fabian Dill
					
				
			
						parent
						
							1f4ddc295a
						
					
				
				
					commit
					3508cf21c7
				
			| @@ -18,3 +18,34 @@ | ||||
|     border-radius: 3px; | ||||
|     width: 500px; | ||||
| } | ||||
|  | ||||
| #host-room table { | ||||
|     border-spacing: 0px; | ||||
| } | ||||
|  | ||||
| #host-room table tbody{ | ||||
|     background-color: #dce2bd; | ||||
| } | ||||
|  | ||||
| #host-room table tbody tr:hover{ | ||||
|     background-color: #e2eabb; | ||||
| } | ||||
|  | ||||
| #host-room table tbody td{ | ||||
|     padding: 4px 6px; | ||||
|     color: black; | ||||
| } | ||||
|  | ||||
| #host-room table tbody a{ | ||||
|     color: #234ae4; | ||||
| } | ||||
|  | ||||
| #host-room table thead td{ | ||||
|     background-color: #b0a77d; | ||||
|     color: black; | ||||
|     top: 0; | ||||
| } | ||||
|  | ||||
| #host-room table tbody td{ | ||||
|     border: 1px solid #bba967; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user