Posted in
154
3:04 am, January 1, 2021
badge border colour is too dark or light on number badges [fixed]
I noticed that the badges here were to light, so i must have missed something when updating the badge css.
Demo Link
https://www.kruxor.com/search/code/site+bugs/
Bug Status:
Fixed
Problem:
The borders should be darker and they are currently too dark or light.
How to fix, look at the correct badge and see what the difference is.
Correct Colours:
Vs Incorrect.
We can see here that the class is different on these badges, so need to change the .badge-secondary to the badge-info unless we want different colour's on these. For now just make them the same.
badge border colour is too dark or light on number badges [fixed] Demo
View Demo Full Screen View Demo New Tab
badge border colour is too dark or light on number badges [fixed] Code
CSS
.dark-mode .badge-secondary {
color: #fff;
background-color: #2e3c50;
border: 2px solid;
border-color: rgb(17 24 39);
}
.light-mode .badge-secondary {
color: #fff;
background-color: #38b2ac;
box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}
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