Update admin.css

Add a box shadow to flags to make white-on-white more visible.
This commit is contained in:
Brian Huisman 2023-04-28 14:11:31 -04:00
parent 83f8fc9ed2
commit 9734d0aa5a

View file

@ -65,6 +65,7 @@ img.svg-icon-sm {
}
img.svg-icon-flag {
width:1.5em;
box-shadow:0 0.1em 0.2em rgba(0,0,0,0.3);
}
#os_queries_thead > tr > th > img {