Line 496: | Line 496: | ||
border-radius: 0 | border-radius: 0 | ||
} | } | ||
− | #container table thead | + | |
+ | #container table thead{ | ||
border: 1px solid #f1f1f1; | border: 1px solid #f1f1f1; | ||
− | background-color: | + | background-color: inherit; |
− | + | background: rgba(20, 147, 117, 0.2); | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | background: rgba(20, 147, 117, 0.2); | + | |
color: #263238 | color: #263238 | ||
} | } | ||
− | #container table | + | #container table thead tr { |
− | + | background:inherit; | |
− | + | ||
} | } | ||
− | + | #container table thead th { | |
− | + | ||
− | + | ||
− | #container table thead th | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
padding: .5rem .625rem .625rem | padding: .5rem .625rem .625rem | ||
+ | } | ||
+ | #container table thead td { | ||
+ | padding: .5rem .625rem .625rem | ||
+ | } | ||
+ | |||
+ | |||
+ | #container table tbody { | ||
+ | border: 1px solid #f1f1f1; | ||
+ | background-color: inherit; | ||
+ | } | ||
+ | #container table tbody tr { | ||
+ | background:inherit; | ||
} | } | ||
#container table tbody tr:nth-child(even) { | #container table tbody tr:nth-child(even) { | ||
− | |||
background-color: rgba(20, 147, 117, 0.08) | background-color: rgba(20, 147, 117, 0.08) | ||
} | } | ||
+ | #container table tbody th { | ||
+ | padding: .5rem .625rem .625rem | ||
+ | } | ||
+ | #container table tbody td { | ||
+ | padding: .5rem .625rem .625rem | ||
+ | } | ||
#container table.hover thead tr:hover { | #container table.hover thead tr:hover { | ||
− | background-color: rgba(17, 125, 99, 0.2) | + | background-color: rgba(17, 125, 99, 0.2); |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
#container table.hover tbody tr:hover { | #container table.hover tbody tr:hover { | ||
− | + | background-color: rgba(17, 125, 99, 0.2); | |
− | + | ||
− | + | ||
− | background-color: rgba(17, 125, 99, 0.2) | + | |
} | } | ||
Revision as of 14:04, 4 May 2017