Skip to content

Commit

Permalink
Issue #1193 : Minor design fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacharieg authored and plegall committed Jul 8, 2020
1 parent 5a3a3e4 commit ed06809
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions admin/themes/default/js/tags.js
Expand Up @@ -579,6 +579,7 @@ function showSelectMessage(str1, str2, callback) {
}

$('#selectNone').on('click', function() {
$('.tag-select-message').slideUp();
selectNone();
});

Expand All @@ -588,6 +589,7 @@ function selectNone() {
}

$('#selectInvert').on('click', function() {
$('.tag-select-message').slideUp();
selectInvert(tagToDisplay());
});

Expand Down
2 changes: 1 addition & 1 deletion admin/themes/default/template/tags.tpl
Expand Up @@ -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>
Expand Down
5 changes: 3 additions & 2 deletions admin/themes/default/theme.css
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit ed06809

Please sign in to comment.