mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Improve cosmetics of the small remove permission icon
This commit is contained in:
parent
d66a7f3651
commit
7fc28b2203
2 changed files with 7 additions and 8 deletions
|
@ -693,7 +693,7 @@ input[type='radio'].nice-radio {
|
|||
font-size:14px;
|
||||
color:#333;
|
||||
background-color:#f8f8f8;
|
||||
border: #ddd 1px solid;
|
||||
border: #ccc 1px solid;
|
||||
font-weight: normal;
|
||||
margin-bottom:0;
|
||||
position: relative;
|
||||
|
@ -704,16 +704,16 @@ input[type='radio'].nice-radio {
|
|||
|
||||
margin-right:7px; // Spacing between labels
|
||||
|
||||
.label-separator {
|
||||
margin-left:7px;
|
||||
color:white;
|
||||
}
|
||||
> a {
|
||||
color:lighten(@label-danger-bg, 20%);
|
||||
margin-left:6px;
|
||||
padding-left:6px;
|
||||
border-left: #ccc 1px solid;
|
||||
color:lighten(@label-info-bg);
|
||||
|
||||
text-decoration: none;
|
||||
}
|
||||
> a:hover {
|
||||
color:@label-danger-bg;
|
||||
color:@label-info-bg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
<span class="label label-default label-removable">
|
||||
<span class="fa-fw fa-{{icon}}"></span>
|
||||
{{text}}
|
||||
<span class="label-separator" aria-hidden="true">|</span>
|
||||
<a role="button" data-type="{{type}}s" data-operation="remove" data-item="{{value}}" data-group="{{group}}" class="group-update">
|
||||
<span class="fa-close" style="margin-left:5px"></span>
|
||||
<span class="sr-only">{{t 'delete'}}</span>
|
||||
|
|
Loading…
Reference in a new issue