Skip to content

Commit

Permalink
Fix overwrite by .table-striped
Browse files Browse the repository at this point in the history
Fix overwrite by administrator/templates/isis/css/template.css line 1787

table.table-striped tbody > tr:nth-child(odd) > td,
table.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
  • Loading branch information
mansourcodes committed Apr 16, 2018
1 parent b5b9d49 commit ca17b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/system/css/fields/calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ div.calendar-container table td.title { /* This holds the current "month, year"
background-color: #f4f4f4;
}

.calendar-container table tbody td.selected { /* Cell showing today date */
.calendar-container table tbody td.day.selected { /* Cell showing today date */
background: #3071a9;
color: #fff;
border: 0;
Expand Down

0 comments on commit ca17b9b

Please sign in to comment.