Skip to content

Commit

Permalink
Fix small styling issue with quota picker
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalbeck committed May 13, 2017
1 parent 01b9e72 commit 2ef90c4
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
18 changes: 17 additions & 1 deletion core/css/_core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ table {
color: $foreground-normal;
}

td {
td, th {
color: $foreground-normal;
border-bottom: 1px solid $decoration-normal;
background-color: $background-normal;
Expand Down Expand Up @@ -512,6 +512,22 @@ ul.multiselectoptions {
}
}

.quota {

}

select.quota-user {
background-color: $background-normal !important;

&:focus, &:active {
background-color: $background-active !important;
}

option {
background-color: $background-normal;
}
}

/* Encryption */

#body-user .warning, #body-settings .warning {
Expand Down
9 changes: 8 additions & 1 deletion core/css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2ef90c4

Please sign in to comment.