selectioninfo: make it look lighter
This commit is contained in:
parent
704a87c0f2
commit
b5aa08ca36
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
$helpMessage = $this->translate('Press and hold the Ctrl key while clicking on rows to select multiple rows or press and hold the Shift key to select a range of rows.', 'multiselection');
|
$helpMessage = $this->translate('Press and hold the Ctrl key while clicking on rows to select multiple rows or press and hold the Shift key to select a range of rows.', 'multiselection');
|
||||||
?>
|
?>
|
||||||
<div class="selection-info">
|
<div class="selection-info" title="<?= $this->escape($helpMessage) ?>">
|
||||||
<span class="selection-info-count">0</span> <?= $this->translate('row(s) selected', 'multiselection') ?> <?= $this->icon('help', $helpMessage) ?>
|
<span class="selection-info-count">0</span> <?= $this->translate('row(s) selected', 'multiselection') ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -169,8 +169,10 @@ table.avp .customvar ul {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.selection-info {
|
div.selection-info {
|
||||||
padding-top: 3px;
|
padding-top: 0.4em;
|
||||||
float: right;
|
float: right;
|
||||||
|
cursor: help;
|
||||||
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.optionbox {
|
.optionbox {
|
||||||
|
|
Loading…
Reference in New Issue