forked from boyska/sito-hackit-17
fix rgba for old browsers
This commit is contained in:
parent
b859aa8d8f
commit
9d3a1f0eb5
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue