mirror of
https://gitlab.com/depesz/explain.depesz.com.git
synced 2024-11-28 08:58:52 +02:00
hints are not new anymore
This commit is contained in:
parent
c7284a61f7
commit
b53ec4a22f
@ -224,16 +224,6 @@ button.copy:hover, button.copy:focus {
|
||||
}
|
||||
|
||||
|
||||
div.tabs span.newblink {
|
||||
margin: 10px;
|
||||
animation: newblink .3s alternate infinite;
|
||||
}
|
||||
@keyframes newblink {
|
||||
0% { color: #ff0000; }
|
||||
100% { color: #ffff00; }
|
||||
}
|
||||
|
||||
|
||||
#explain>thead>tr {
|
||||
max-height: 100px;
|
||||
position: sticky;
|
||||
@ -241,4 +231,4 @@ div.tabs span.newblink {
|
||||
margin: 0px;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
@ -626,7 +626,7 @@
|
||||
<a href="#hints"
|
||||
title="view plan hints"
|
||||
onclick="$( this ).explain( 'toggleView', 'hints', this ); return false;"
|
||||
onkeypress="return this.onclick( );">HINTS <span class="newblink">!NEW!</span></a>
|
||||
onkeypress="return this.onclick( );">HINTS</a>
|
||||
</li>
|
||||
% }
|
||||
% if ( stash('query') ) {
|
||||
|
Loading…
Reference in New Issue
Block a user