Skip to content

Commit

Permalink
#92 tweak galaxy css
Browse files Browse the repository at this point in the history
  • Loading branch information
creecros committed Aug 5, 2019
1 parent 96ed639 commit ff2739c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Assets/css/themes/Galaxy.css
Original file line number Diff line number Diff line change
Expand Up @@ -2129,9 +2129,9 @@ span.task-date-overdue {
display:inline-block;
margin:3px 3px 0 0;
padding:1px 3px 1px 3px;
color:#ced4da;
border:0px solid #ced4da;
border-radius:4px
border-radius:4px;
background:#20c997;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
background-color: #e5e5e5;
Expand Down
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '1.12.1';
return '1.12.2';
}

public function getPluginHomepage()
Expand Down

0 comments on commit ff2739c

Please sign in to comment.