mirror of
https://github.com/unraid/webgui.git
synced 2026-05-01 23:39:21 -05:00
Border colors a little bit more contrasting in themes AZURE and GRAY
This commit is contained in:
@@ -20,7 +20,7 @@ i.title{display:none}
|
||||
pre ul{margin:0;padding-top:0;padding-bottom:0;padding-left:28px}
|
||||
pre li{margin:0;padding-top:0;padding-bottom:0;padding-left:18px}
|
||||
big{font-size:15px;font-weight:bold;text-transform:uppercase}
|
||||
hr{border-color:#121510}
|
||||
hr{border-color:#0C0F0B}
|
||||
input[type=text],input[type=password],input[type=number],input[type=url],input[type=email],input[type=date],input[type=file],textarea,.textarea{font-family:arimo;font-size:13px;background:transparent;border:1px solid #606E7F;padding:5px 10px;min-height:20px;line-height:20px;outline:none;width:304px;margin:0 20px 0 0;box-shadow:none;color:#606E7F}
|
||||
input[type=button],input[type=reset],input[type=submit],button,a.button{font-family:arimo;font-size:13px;border:1px solid #606E7F;border-radius:5px;margin:10px 20px 10px 0;padding:8px 12px;cursor:pointer;outline:none;color:#606E7F;background:#121510}
|
||||
input[type=checkbox]{vertical-align:middle;margin-right:6px}
|
||||
@@ -132,7 +132,7 @@ table.disk_status tr>td+td{width:auto}
|
||||
table.disk_status tr>td+td+td{width:6.5%;text-align:center;padding-left:4px;padding-right:8px}
|
||||
table.disk_status tr>td+td+td+td{text-align:right;padding-left:0;padding-right:12px}
|
||||
table.disk_status tr td:last-child{width:4%;padding-right:10px}
|
||||
table.disk_status tbody tr{border-bottom:#121510 1px solid;line-height:30px}
|
||||
table.disk_status tbody tr{border-bottom:#0C0F0B 1px solid;line-height:30px}
|
||||
table.disk_status.stats tr>td+td{text-align:left;padding-left:0;padding-right:12px}
|
||||
table.array_status{line-height:30px}
|
||||
table.array_status td{padding:12px 0}
|
||||
@@ -140,7 +140,7 @@ table.array_status td:first-child{text-transform:uppercase}
|
||||
table.array_status tr>td{text-align:left;white-space:nowrap;padding-left:12px;width:30%}
|
||||
table.array_status tr>td+td{padding-left:2px;width:20%}
|
||||
table.array_status tr>td+td+td{width:auto}
|
||||
table.array_status td.line{border-top:1px solid #121510}
|
||||
table.array_status td.line{border-top:1px solid #0C0F0B}
|
||||
table.settings{padding-top:8px;line-height:42px}
|
||||
table.settings td:first-child{width:35%;padding-left:12px}
|
||||
table.settings tr>td+td{line-height:16px}
|
||||
@@ -152,7 +152,7 @@ table.share_status tr>td{text-align:left;padding-left:12px}
|
||||
table.share_status tr>td+td{padding-left:0}
|
||||
table.share_status tr.share_status_size>td{padding-left:40px}
|
||||
table.share_status tr.share_status_size>td+td{padding-left:15px}
|
||||
table.share_status tbody tr{border-bottom:#121510 1px solid;line-height:30px}
|
||||
table.share_status tbody tr{border-bottom:#0C0F0B 1px solid;line-height:30px}
|
||||
table.share_status tbody tr:last-child td{border-bottom:#606E7F 1px solid}
|
||||
table.share_status tbody tr.alert{color:#F0000C;background-color:#FF9E9E}
|
||||
table.share_status tbody tr.warn{color:#E68A00;background-color:#FEEFB3}
|
||||
@@ -160,7 +160,7 @@ table.share_status.share tr td:last-child{width:4%;text-align:right;padding-righ
|
||||
table.share_status.fixed thead tr>td+td{font-size:11px}
|
||||
table.share_status.fixed tr td:first-child{width:100px}
|
||||
table.share_status.fixed tr>td+td{min-width:30px;text-align:center;padding:0}
|
||||
table.share_status.fixed tbody tr{border-bottom:1px #121510 solid}
|
||||
table.share_status.fixed tbody tr{border-bottom:1px #0C0F0B solid}
|
||||
table.share_status.fixed tbody tr td:first-child{padding-right:10px}
|
||||
table.share_status.table{margin-top:36px}
|
||||
table.share_status.table tr>td{width:50%}
|
||||
@@ -235,23 +235,23 @@ div.tab [type=radio]+label~.content{display:none}
|
||||
div.tab [type=radio]:checked+label~.content{display:inline}
|
||||
div.tab [type=radio]+label{position:relative;padding:10px 10px;margin-right:2px;border-top-left-radius:12px;border-top-right-radius:12px;border:#004E86 1px solid;border-bottom:none}
|
||||
div.tab [type=radio]+label img{display:none}
|
||||
div.Panel{width:25%;height:auto;float:left;margin:0;padding:5px;border-right:#121510 1px solid;border-bottom:#121510 1px solid;box-sizing:border-box}
|
||||
div.Panel{width:25%;height:auto;float:left;margin:0;padding:5px;border-right:#0C0F0B 1px solid;border-bottom:#0C0F0B 1px solid;box-sizing:border-box}
|
||||
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}
|
||||
div.Panel i.PanelIcon{float:left;font-size:32px;margin:10px}
|
||||
div.Panel .PanelText{font-size:15px;padding-top:16px;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{float:left;padding:10px;margin-right:10px;margin-bottom:24px;border:1px solid #0C0F0B;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}
|
||||
div.vmheader{display:block;clear:both}
|
||||
div.vmtemplate:hover{background-color:#121510}
|
||||
div.vmtemplate{height:120px;width:120px;border:1px solid #121510}
|
||||
div.vmtemplate{height:120px;width:120px;border:1px solid #0C0F0B}
|
||||
div.vmtemplate img{margin-top:20px}
|
||||
div.up{margin-top:-20px;border:1px solid #121510;padding:4px 6px;overflow:auto}
|
||||
div.up{margin-top:-20px;border:1px solid #0C0F0B;padding:4px 6px;overflow:auto}
|
||||
pre.up{margin-top:0}
|
||||
pre{border:1px solid #121510;font-family:bitstream;font-size:12px;padding:0;overflow:auto;margin-bottom:10px;padding:10px}
|
||||
pre{border:1px solid #0C0F0B;font-family:bitstream;font-size:12px;padding:0;overflow:auto;margin-bottom:10px;padding:10px}
|
||||
iframe#progressFrame{position:fixed;bottom:32px;left:60px;margin:0;padding:8px 8px 0 8px;width:100%;height:12px;line-height:12px;border-style:none;overflow:hidden;font-family:bitstream;font-size:11px;color:#808080;white-space:nowrap;z-index:-2}
|
||||
dl{margin-top:0;padding-left:12px;line-height:26px}
|
||||
dt{clear:left;float:left;width:35%}
|
||||
|
||||
Reference in New Issue
Block a user