1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +02:00

Shared table-highlight colors between admin styles.

This commit is contained in:
Cameron
2017-10-31 14:00:00 -07:00
parent b1ad67b0d8
commit f461f35843

View File

@@ -1701,7 +1701,8 @@ td img.thumbnail { margin-bottom:0 }
.editableform-loading:before { font-size:24px; font-family: "FontAwesome"; content: '\f110';
}
tr.highlight-odd, .table-striped > tbody > tr.highlight-odd { background-color: rgba(0,0,0,0.15); }
tr.highlight-even, .table-striped > tbody > tr.highlight-even { background-color: rgba(0,0,0,0.15); }