fixed style on dashboard
这个提交包含在:
		
							父节点
							
								
									349f2eecf5
								
							
						
					
					
						当前提交
						2d2b4f1c26
					
				
					共有  5 个文件被更改,包括 35 次插入 和 9 次删除
				
			
		|  | @ -121,7 +121,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) { | ||||||
|   <div class="col-sm-8"> |   <div class="col-sm-8"> | ||||||
| 
 | 
 | ||||||
|   	<div class="table-responsive"> |   	<div class="table-responsive"> | ||||||
|     	<table class="table table-striped table-hover"> |     	<table class="table table-striped table-hover border-top"> | ||||||
| 
 | 
 | ||||||
|     		<thead> |     		<thead> | ||||||
| 				<tr class="titles"> | 				<tr class="titles"> | ||||||
|  | @ -189,7 +189,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) { | ||||||
| 
 | 
 | ||||||
| 		<div id="radio_display" hx-get="<?php echo site_url('visitor/radio_display_component'); ?>" hx-trigger="load, every 5s"></div> | 		<div id="radio_display" hx-get="<?php echo site_url('visitor/radio_display_component'); ?>" hx-trigger="load, every 5s"></div> | ||||||
| 		 | 		 | ||||||
|     	<table class="table table-striped"> |     	<table class="table table-striped border-top"> | ||||||
| 			<tr class="titles"> | 			<tr class="titles"> | ||||||
| 				<td colspan="2"><i class="fas fa-chart-bar"></i> <?php echo lang('dashboard_qso_breakdown'); ?></td>
 | 				<td colspan="2"><i class="fas fa-chart-bar"></i> <?php echo lang('dashboard_qso_breakdown'); ?></td>
 | ||||||
| 			</tr> | 			</tr> | ||||||
|  | @ -212,7 +212,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) { | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 		<table class="table table-striped"> | 		<table class="table table-striped border-top"> | ||||||
| 			<tr class="titles"> | 			<tr class="titles"> | ||||||
| 				<td colspan="2"><i class="fas fa-globe-europe"></i> <?php echo lang('dashboard_countries_breakdown'); ?></td>
 | 				<td colspan="2"><i class="fas fa-globe-europe"></i> <?php echo lang('dashboard_countries_breakdown'); ?></td>
 | ||||||
| 			</tr> | 			</tr> | ||||||
|  | @ -237,7 +237,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) { | ||||||
| 		</table> | 		</table> | ||||||
| 
 | 
 | ||||||
| 		<?php if((($this->config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) && ($total_qsl_sent != 0 || $total_qsl_rcvd != 0 || $total_qsl_requested != 0)) { ?>
 | 		<?php if((($this->config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) && ($total_qsl_sent != 0 || $total_qsl_rcvd != 0 || $total_qsl_requested != 0)) { ?>
 | ||||||
| 		<table class="table table-striped"> | 		<table class="table table-striped border-top"> | ||||||
| 			<tr class="titles"> | 			<tr class="titles"> | ||||||
| 				<td colspan="2"><i class="fas fa-envelope"></i> <?php echo lang('general_word_qslcards'); ?></td>
 | 				<td colspan="2"><i class="fas fa-envelope"></i> <?php echo lang('general_word_qslcards'); ?></td>
 | ||||||
| 				<td colspan="1"><?php echo lang('general_word_today'); ?></td>
 | 				<td colspan="1"><?php echo lang('general_word_today'); ?></td>
 | ||||||
|  | @ -264,7 +264,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) { | ||||||
| 		<?php } ?>
 | 		<?php } ?>
 | ||||||
| 
 | 
 | ||||||
| 		<?php if((($this->config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) && ($total_eqsl_sent != 0 || $total_eqsl_rcvd != 0)) { ?>
 | 		<?php if((($this->config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) && ($total_eqsl_sent != 0 || $total_eqsl_rcvd != 0)) { ?>
 | ||||||
| 		<table class="table table-striped"> | 		<table class="table table-striped border-top"> | ||||||
| 			<tr class="titles"> | 			<tr class="titles"> | ||||||
| 				<td colspan="2"><i class="fas fa-address-card"></i> <?php echo lang('general_word_eqslcards'); ?></td>
 | 				<td colspan="2"><i class="fas fa-address-card"></i> <?php echo lang('general_word_eqslcards'); ?></td>
 | ||||||
| 				<td colspan="1"><?php echo lang('general_word_today'); ?></td>
 | 				<td colspan="1"><?php echo lang('general_word_today'); ?></td>
 | ||||||
|  | @ -285,7 +285,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) { | ||||||
| 		<?php } ?>
 | 		<?php } ?>
 | ||||||
| 
 | 
 | ||||||
| 		<?php if((($this->config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) && ($total_lotw_sent != 0 || $total_lotw_rcvd != 0)) { ?>
 | 		<?php if((($this->config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) && ($total_lotw_sent != 0 || $total_lotw_rcvd != 0)) { ?>
 | ||||||
| 		<table class="table table-striped"> | 		<table class="table table-striped border-top"> | ||||||
| 			<tr class="titles"> | 			<tr class="titles"> | ||||||
| 				<td colspan="2"><i class="fas fa-list"></i> <?php echo lang('general_word_lotw'); ?></td>
 | 				<td colspan="2"><i class="fas fa-list"></i> <?php echo lang('general_word_lotw'); ?></td>
 | ||||||
| 				<td colspan="1"><?php echo lang('general_word_today'); ?></td>
 | 				<td colspan="1"><?php echo lang('general_word_today'); ?></td>
 | ||||||
|  | @ -306,7 +306,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) { | ||||||
| 		<?php } ?>
 | 		<?php } ?>
 | ||||||
| 
 | 
 | ||||||
| 		<?php if((($this->config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE)) { ?>
 | 		<?php if((($this->config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE)) { ?>
 | ||||||
|     	 <table class="table table-striped"> |     	 <table class="table table-striped border-top"> | ||||||
|         <tr class="titles"> |         <tr class="titles"> | ||||||
|             <td colspan="2"><i class="fas fa-globe-europe"></i> VUCC-Grids</td> |             <td colspan="2"><i class="fas fa-globe-europe"></i> VUCC-Grids</td> | ||||||
|             <td colspan="1">SAT</td> |             <td colspan="1">SAT</td> | ||||||
|  |  | ||||||
|  | @ -10,6 +10,9 @@ | ||||||
| 	color: white; | 	color: white; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | .border-top { | ||||||
|  | 	--bs-border-color: #282828; | ||||||
|  | } | ||||||
| /* | /* | ||||||
| *	Dark Maps | *	Dark Maps | ||||||
| */ | */ | ||||||
|  |  | ||||||
|  | @ -3,7 +3,7 @@ | ||||||
| */ | */ | ||||||
| 
 | 
 | ||||||
| .table { | .table { | ||||||
| 	--bs-table-border-color: grey; | 	--bs-table-border-color: #444444; | ||||||
| 	--bs-table-striped-bg: #303030; | 	--bs-table-striped-bg: #303030; | ||||||
| 	--bs-table-color: #fff; | 	--bs-table-color: #fff; | ||||||
| 	--bs-table-striped-color: #fff; | 	--bs-table-striped-color: #fff; | ||||||
|  | @ -11,6 +11,18 @@ | ||||||
| 	--bs-table-hover-color: #fff; | 	--bs-table-hover-color: #fff; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | .table > tbody > odd { | ||||||
|  | 	--bs-table-accent-bg: #303030; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | .border-top { | ||||||
|  | 	--bs-border-color: #444444; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | .text-bg-light { | ||||||
|  | 	color: black !important; | ||||||
|  | } | ||||||
|  | 
 | ||||||
| .dxccBgDanger a { | .dxccBgDanger a { | ||||||
| 	color: white; | 	color: white; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -9,6 +9,10 @@ | ||||||
| 	display: none !important; | 	display: none !important; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | a { | ||||||
|  | 	text-decoration: none !important; | ||||||
|  | } | ||||||
|  | 
 | ||||||
| .main-nav .container { | .main-nav .container { | ||||||
| 	margin-top: 0px !important; | 	margin-top: 0px !important; | ||||||
| } | } | ||||||
|  | @ -172,7 +176,6 @@ TD.eqsl { | ||||||
| .eqsl-green { | .eqsl-green { | ||||||
| 	color: #00a000 !important; | 	color: #00a000 !important; | ||||||
| 	font-size: 1.1em; | 	font-size: 1.1em; | ||||||
| 	text-decoration: none !important; |  | ||||||
| } | } | ||||||
| .eqsl-red { | .eqsl-red { | ||||||
| 	color: #f00 !important; | 	color: #f00 !important; | ||||||
|  | @ -455,6 +458,10 @@ div#station_logbooks_linked_table_paginate { | ||||||
| 	--bs-table-bg: none; | 	--bs-table-bg: none; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | .border-top { | ||||||
|  | 	--bs-border-color: #dee2e6; | ||||||
|  | } | ||||||
|  | 
 | ||||||
| .activeRow a { | .activeRow a { | ||||||
| 	color: #fff !important; | 	color: #fff !important; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -15,6 +15,10 @@ body { | ||||||
| 	--bs-table-accent-bg: #2b3e50; | 	--bs-table-accent-bg: #2b3e50; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | .border-top { | ||||||
|  | 	--bs-border-color: #253544; | ||||||
|  | } | ||||||
|  | 
 | ||||||
| /* | /* | ||||||
| *	 Maps | *	 Maps | ||||||
| */ | */ | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用