Created
June 16, 2016 21:48
-
-
Save Meshiest/f8e9faadea70117d295333b0404c332c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
table.md-table.md-row-select tbody.md-body > tr.md-row:not([disabled]):hover { | |
background-color: rgba(50,50,50, 0.1) !important; | |
} | |
table.md-table.md-row-select tbody.md-body > tr.md-row.md-selected { | |
background-color: rgba(50,50,50, 0.2) !important; | |
} | |
table.md-table td.md-cell { | |
font-size: 13px; | |
border-top: 1px rgba(0, 0, 0, 0.12) solid; | |
color: inherit; | |
} | |
table.md-table td.md-cell a { | |
color: inherit; | |
text-decoration: underline; | |
} | |
table.md-table td.md-cell md-icon { | |
color: inherit; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment