1
0
Fork 0

fix rgba for old browsers

This commit is contained in:
dbz 2017-05-22 16:13:15 +02:00
parent b859aa8d8f
commit 9d3a1f0eb5

View file

@ -12,9 +12,13 @@ td.talk {
border-radius: 0.3em;
}
.talk-grid tr { line-height: 1em; }
.talk-grid tr:hover { background-color: #980e0eb3; }
.talk-grid tr:hover {
background-color: rgb(152, 14, 14);
background-color: rgba(152, 14, 14, 0.79);
}
.talk-grid td:first-child { font-size: 60%; }
</style>
<table class="talk-grid">
<thead>
<tr>