Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #20 from milky-ashes/master
Browse files Browse the repository at this point in the history
fix select
  • Loading branch information
milky-ashes committed Jan 26, 2016
2 parents 5a31f92 + d17d12e commit e8574b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
9 changes: 6 additions & 3 deletions resources/styles/spiral/vault/sstyle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -740,10 +740,13 @@ textarea {
margin-bottom: 0;
color: #666;
}
.dropdown-content li {
padding-bottom: 0;

.dropdown-content li > a,
.dropdown-content li > span {
padding: 10px 16px;
> a,
> span {
padding: 10px 16px;
}
}

/*paginator*/
Expand Down
8 changes: 5 additions & 3 deletions resources/styles/spiral/vault/vault.css
Original file line number Diff line number Diff line change
Expand Up @@ -10866,9 +10866,11 @@ textarea {
margin-bottom: 0;
color: #666; }

.dropdown-content li > a,
.dropdown-content li > span {
padding: 10px 16px; }
.dropdown-content li {
padding-bottom: 0; }
.dropdown-content li > a,
.dropdown-content li > span {
padding: 10px 16px; }

/*paginator*/
.pagination li {
Expand Down

0 comments on commit e8574b4

Please sign in to comment.