Skip to content

Commit

Permalink
updated table links color
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkloud9 committed Jan 22, 2015
1 parent 9449dcc commit 285a733
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 11 deletions.
7 changes: 6 additions & 1 deletion Resources/public/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,9 @@ div.td {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
}

.sort-link a, .sort-link a:visited, .sort-link a:focus, .sort-link a:hover, .sort-link a:active {
color: white !important;
}

4 changes: 4 additions & 0 deletions Resources/public/css/backend.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,7 @@ button.description-btn {
.calendar-item {
padding: 5px;
}

.sort-link a, .sort-link a:visited, .sort-link a:focus, .sort-link a:hover, .sort-link a:active {
color: white !important;
}
18 changes: 9 additions & 9 deletions Resources/views/Admin/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@
<table id="events-table" class="table table-bordered table-striped table-hover" style="word-wrap: break-word;table-layout: fixed;">
<thead>
<tr style="background-color: grey;">
<th data-dynatable-column="summary" style="width: 120px;" >Summary</th>
<th data-dynatable-column="creatorEmail">Creator Email</th>
<th data-dynatable-column="htmlLink">Link</th>
<th data-dynatable-column="description">Description</th>
<th data-dynatable-column="location">Location</th>
<th data-dynatable-column="createdAt">Created</th>
<th data-dynatable-column="start">Start</th>
<th data-dynatable-column="end">End</th>
<th data-dynatable-column="tools">Tools</th>
<th class="sort-link" ata-dynatable-column="summary" style="width: 120px;" >Summary</th>
<th class="sort-link" data-dynatable-column="creatorEmail">Creator Email</th>
<th class="sort-link" data-dynatable-column="htmlLink">Link</th>
<th class="sort-link" data-dynatable-column="description">Description</th>
<th class="sort-link" data-dynatable-column="location">Location</th>
<th class="sort-link" data-dynatable-column="createdAt">Created</th>
<th class="sort-link" data-dynatable-column="start">Start</th>
<th class="sort-link" data-dynatable-column="end">End</th>
<th class="sort-link" data-dynatable-column="tools">Tools</th>
</tr>
</thead>
<tbody>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "newscoop/google-events-plugin-bundle",
"description": "GoogleEvents plugin for Newscoop",
"keywords": ["newscoop", "google-events", "events"],
"version": "0.0.9",
"version": "0.0.10",
"type": "newscoop-plugin",
"license": "GPL-3.0",
"authors": [
Expand Down

0 comments on commit 285a733

Please sign in to comment.