Issue #1193 : Minor design fixes

This commit is contained in:
Zacharie
2020-07-07 09:37:20 +02:00
committed by plegall
parent 5a3a3e4e57
commit ed06809a38
3 changed files with 6 additions and 3 deletions

View File

@@ -579,6 +579,7 @@ function showSelectMessage(str1, str2, callback) {
}
$('#selectNone').on('click', function() {
$('.tag-select-message').slideUp();
selectNone();
});
@@ -588,6 +589,7 @@ function selectNone() {
}
$('#selectInvert').on('click', function() {
$('.tag-select-message').slideUp();
selectInvert(tagToDisplay());
});

View File

@@ -165,7 +165,7 @@ var str_tag_selected = '{'<b>%d</b> tag selected'|@translate}';
<div class="tag-pagination-arrow rigth">
<span class="icon-left-open"></span>
</div>
<p> {'Tag per page'} </p>
<p> {'Tags per page'} </p>
<div class="tag-pagination-select" tabindex="1">
<input name="per-page" type="radio" id="select-100" checked value="100">
<label for="select-100">100</label>

View File

@@ -2382,7 +2382,7 @@ input:checked + .slider:before {
margin:20px auto;
font-size: 12px;
font-weight: 700;
padding: 13px 40px;
padding: 13px 30px;
background-color:transparent;
width: 180px;
}
@@ -3687,6 +3687,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
.selection-mode-tag .selection-other-tags {
color: #ffa646;
font-weight: bold;
font-size: 15px;
}
.tag-select-message {
@@ -3732,7 +3733,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
}
.tag-pagination-container a.actual {
background-color: #f8b038;
background-color: #FFA646;
border-radius: 15px;
pointer-events: none;
padding: 0px 10px;