1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-15 17:44:17 +02:00

fix(admin-plugin): styles for dot button

This commit is contained in:
Awilum
2019-12-25 19:03:23 +03:00
parent 4df2a6011c
commit 3e8165aaaf
7 changed files with 9 additions and 17 deletions

View File

@@ -493,13 +493,13 @@ textarea.form-control.code-editor {
opacity: 0;
}
.dropdown-toggle::after {
.dot.dropdown-toggle::after {
padding: 0;
margin: 0;
border: none;
}
.dropdown-toggle {
.dot.dropdown-toggle {
border: none!important;
background: transparent!important;
}
@@ -526,14 +526,6 @@ textarea.form-control.code-editor {
}
}
.show > .dropdown-toggle {
border: none!important;
background: transparent!important;
color: inherit!important;
outline: none!important;
box-shadow: none!important;
}
.fieldset-selector {
list-style: none;
margin: 0;

View File

@@ -56,7 +56,7 @@
</td>
<td class="text-right">
<div class="btn-group">
<button type="button" class="btn dropdown-toggle" data-toggle="dropdown" data-display="static" aria-haspopup="true" aria-expanded="false">
<button type="button" class="btn dot dropdown-toggle" data-toggle="dropdown" data-display="static" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-ellipsis-h"></i>
</button>
<div class="dropdown-menu dropdown-menu-lg-right">

View File

@@ -22,7 +22,7 @@
</td>
<td class="text-right">
<div class="btn-group">
<button type="button" class="btn dropdown-toggle" data-toggle="dropdown" data-display="static" aria-haspopup="true" aria-expanded="false">
<button type="button" class="btn dot dropdown-toggle" data-toggle="dropdown" data-display="static" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-ellipsis-h"></i>
</button>
<div class="dropdown-menu dropdown-menu-lg-right">

View File

@@ -16,7 +16,7 @@
<td style="padding-left:0px;"><a href="{{ path_for('admin.plugins.information') }}?id={{ key }}" class="{% if plugin.enabled == false %}opacity-50{% endif %}">{{ plugin.name }}</a></td>
<td class="text-right">
<div class="btn-group">
<button type="button" class="btn dropdown-toggle" data-toggle="dropdown" data-display="static" aria-haspopup="true" aria-expanded="false">
<button type="button" class="btn dot dropdown-toggle" data-toggle="dropdown" data-display="static" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-ellipsis-h"></i>
</button>
<div class="dropdown-menu dropdown-menu-lg-right">

View File

@@ -14,7 +14,7 @@
</td>
<td class="text-right">
<div class="btn-group">
<button type="button" class="btn dropdown-toggle" data-toggle="dropdown" data-display="static" aria-haspopup="true" aria-expanded="false">
<button type="button" class="btn dot dropdown-toggle" data-toggle="dropdown" data-display="static" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-ellipsis-h"></i>
</button>
<div class="dropdown-menu dropdown-menu-lg-right">

View File

@@ -12,7 +12,7 @@
<td style="padding-left:0px;"><a href="{{ path_for('admin.templates.index') }}?theme={{ key }}">{{ theme.name }}</a></td>
<td class="text-right">
<div class="btn-group">
<button type="button" class="btn dropdown-toggle" data-toggle="dropdown" data-display="static" aria-haspopup="true" aria-expanded="false">
<button type="button" class="btn dot dropdown-toggle" data-toggle="dropdown" data-display="static" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-ellipsis-h"></i>
</button>
<div class="dropdown-menu dropdown-menu-lg-right">

View File

@@ -16,7 +16,7 @@
<td>{{ tr('admin_template') }}</td>
<td class="text-right">
<div class="btn-group">
<button type="button" class="btn dropdown-toggle" data-toggle="dropdown" data-display="static" aria-haspopup="true" aria-expanded="false">
<button type="button" class="btn dot dropdown-toggle" data-toggle="dropdown" data-display="static" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-ellipsis-h"></i>
</button>
<div class="dropdown-menu dropdown-menu-lg-right">
@@ -60,7 +60,7 @@
<td>{{ tr('admin_partial') }}</td>
<td class="text-right">
<div class="btn-group">
<button type="button" class="btn dropdown-toggle" data-toggle="dropdown" data-display="static" aria-haspopup="true" aria-expanded="false">
<button type="button" class="btn dot dropdown-toggle" data-toggle="dropdown" data-display="static" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-ellipsis-h"></i>
</button>
<div class="dropdown-menu dropdown-menu-lg-right">