Posted in
185
12:52 pm, June 21, 2021
this is a weird one table underline appearing and dissapearing on mouse over
very strange
that also reminds me that i have to get rid of these random searches
idea: i was thinking of adding a more detailed hit system where it can record the month and also the year of the hits as well.
i dont want one where it goes into super detail as then the db size gets too large. but i think just having the month and year might make it a bit more interesting then i can graph what pages are popular per month or year rather than currently its just overall hits.
i think its something to do with the td and tr having conflicting hover states
CSS
.table>:not(caption)>*>* {
padding: .5rem .5rem;
background-color: var(--bs-table-bg);
border-bottom-width: 1px;
box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
i think its a bug with the dark mode and table-hover class, so i removed it.
this is a weird one table underline appearing and dissapearing on mouse over Demo
View Demo Full Screen View Demo New Tab
this is a weird one table underline appearing and dissapearing on mouse over Code
Add Comment
Other Items in site bugs
add hero title to category listing page [not done]
category listing not working on categories with spaces [not fixed]
Changing the default hero image based on the category name [not yet done]
still more comment spam
search bug Above
weird search results being recorded
this is a weird one table underline appearing and dissapearing on mouse over
change images to upload file also to imgur [reported]
install codemirror for textareas [added]
add a youtube video preloader function, lazy load youtube [fixed]
spin rotate an element on mouse over [css]
add a comment recording system for posts [idea]
fix view page for search links [reported]
should have a different menu colour [reported]
style page numbers [fixed]
linking search results to view pages [finished] 🤣
badge border colour is too dark or light on number badges [fixed]
badge placement is offset in list pages [fixed]
top bar overflow issues [fixed]
Related Search Terms
Other Categories in Code
php functions
php functions
php functions