mirror of
https://github.com/unraid/webgui.git
synced 2026-05-02 07:49:20 -05:00
Fixed display of APPS on Dashboard for themes AZURE and GRAY
This commit is contained in:
@@ -239,7 +239,7 @@ div.Panel:hover{background-color:#EDEAEF}
|
||||
div.Panel:hover .PanelText{text-decoration:underline}
|
||||
div.Panel br,.vmtemplate br{display:none}
|
||||
div.Panel img.PanelImg{float:left;width:auto;max-width:32px;height:32px;margin:10px 20px 10px 10px}
|
||||
div.Panel .PanelText{font-size:15px;line-height:50px;float:left}
|
||||
div.Panel .PanelText{font-size:15px;padding-top:10px;text-align:center}
|
||||
div.user-list{float:left;padding:10px;margin-right:10px;margin-bottom:24px;border:1px solid #EDEAEF;border-radius:5px;line-height:20px;height:100px;width:100px}
|
||||
div.user-list img{width:auto;max-width:48px;height:48px;margin-bottom:16px}
|
||||
div.user-list:hover{background-color:#EDEAEF}
|
||||
|
||||
@@ -239,7 +239,7 @@ div.Panel:hover{background-color:#121510}
|
||||
div.Panel:hover .PanelText{text-decoration:underline}
|
||||
div.Panel br,.vmtemplate br{display:none}
|
||||
div.Panel img.PanelImg{float:left;width:auto;max-width:32px;height:32px;margin:10px 20px 10px 10px}
|
||||
div.Panel .PanelText{font-size:15px;line-height:50px;float:left}
|
||||
div.Panel .PanelText{font-size:15px;padding-top:10px;text-align:center}
|
||||
div.user-list{float:left;padding:10px;margin-right:10px;margin-bottom:24px;border:1px solid #121510;border-radius:5px;line-height:20px;height:100px;width:100px}
|
||||
div.user-list img{width:auto;max-width:48px;height:48px;margin-bottom:16px}
|
||||
div.user-list:hover{background-color:#121510}
|
||||
|
||||
Reference in New Issue
Block a user