Skip to content

Commit

Permalink
admin: Add support for comment search by Thread URL in admin interface
Browse files Browse the repository at this point in the history
  • Loading branch information
pkvach committed May 4, 2024
1 parent e0a35ce commit 9c53080
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions isso/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ a {
font-weight: bold;
text-align: center;
color: #000;
line-height: 1.1em;
border: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.search-tooltip .search-tooltip-text {
Expand Down Expand Up @@ -232,11 +235,11 @@ a {

/* Add animation (fade in the tooltip) */
@-webkit-keyframes fadeIn {
from {opacity: 0;}
from {opacity: 0;}
to {opacity: 1;}
}

@keyframes fadeIn {
from {opacity: 0;}
to {opacity:1 ;}
to {opacity: 1;}
}

0 comments on commit 9c53080

Please sign in to comment.