add clicking feedback for orgy control button

master
Aevann 2024-04-08 08:51:09 +02:00
parent 36f65ede46
commit d9d4e486ce
3 changed files with 3 additions and 3 deletions

View File

@ -3627,7 +3627,7 @@ ol > li::before {
background-color: rgba(0, 0, 0, 0.15);
border-radius: 0.35rem;
}
.navbar-light .navbar-nav .nav-link:active .fa, .navbar-light .navbar-nav .nav-link:active .fas, .navbar-light .navbar-nav .nav-link:active .far, .navbar-light .navbar-nav .nav-link:active .fab, .mobile-nav-icon:active .fas, .sidebar-link:active .fas {
.navbar-light .navbar-nav .nav-link:active .fa, .navbar-light .navbar-nav .nav-link:active .fas, .navbar-light .navbar-nav .nav-link:active .far, .navbar-light .navbar-nav .nav-link:active .fab, .mobile-nav-icon:active .fas, .sidebar-link:active .fas, .orgy-control:active {
color: var(--primary) !important;
text-align: center;
font-size: 1rem;

View File

@ -27,7 +27,7 @@
<button type="submit" class="btn btn-primary" style="margin-top:-5px">Save</button>
</form>
<a href="/chat/{{chat.id}}/orgies" class="fas fa-tv text-muted ml-2"></a>
<a href="/chat/{{chat.id}}/orgies" class="orgy-control fas fa-tv text-muted ml-2"></a>
{% else %}
<button id="leave-private-chat" type="submit" class="btn btn-danger ml-1 ml-md-3 px-2 text-small-sm" data-nonce="{{g.nonce}}" data-onclick="areyousure(this)" data-areyousure="postToastReload(this, '/chat/{{chat.id}}/leave')">Leave</button>
{% endif %}

View File

@ -13,7 +13,7 @@
<div class="orgy-top-container">
<div id="orgy-col" class="col text-left px-md-2">
<h3 id="orgy-title" class="ml-3 mt-3 mb-4 d-inline-block">{{orgy.title}}</h3>
<a href="/chat/{{chat.id}}/orgies" class="fas fa-tv text-muted ml-2"></a>
<a href="/chat/{{chat.id}}/orgies" class="orgy-control fas fa-tv text-muted ml-2"></a>
<div>
<p id="orgy-file-container" class="resizable">
{% if orgy.type == 'youtube' %}