* Delete query-color.
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
|
||||
.query-after {position: relative; padding-right: 24px;}
|
||||
.query-after::after {content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 1px; background-color: #F1F5F9;}
|
||||
.query-color {color: #3785ff;}
|
||||
|
||||
#filterMargin {padding-top: 8px; padding-bottom: 5px;}
|
||||
.pivot-design {padding-left: 24px; padding-right: 12px;}
|
||||
|
||||
@@ -38,8 +38,8 @@
|
||||
<?php endif;?>
|
||||
</div>
|
||||
<div class='flex-start'>
|
||||
<?php echo html::a('#', "{$lang->pivot->showOrigin}", '', "id='origin-query' class='query-after query-color btn-query-origin' title='{$lang->pivot->showOrigin}'");?>
|
||||
<?php echo html::a('#', "{$lang->pivot->showPivot}", '', "id='pivot-query' class='query-after query-color btn-query hidden' title='{$lang->pivot->showPivot}'");?>
|
||||
<?php echo html::a('#', "{$lang->pivot->showOrigin}", '', "id='origin-query' class='query-after btn-query-origin' title='{$lang->pivot->showOrigin}'");?>
|
||||
<?php echo html::a('#', "{$lang->pivot->showPivot}", '', "id='pivot-query' class='query-after btn-query hidden' title='{$lang->pivot->showPivot}'");?>
|
||||
|
||||
<?php
|
||||
$clickable = $this->pivot->isClickable($pivot, 'design');
|
||||
|
||||
Reference in New Issue
Block a user