Skip to content

Commit

Permalink
Fix account selector style
Browse files Browse the repository at this point in the history
  • Loading branch information
moisseev committed Jul 29, 2023
1 parent 41c9a19 commit fa5dc2c
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions options/account-options.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,10 @@ input[type="text"] {
padding-bottom: 2px;
}

#account-box-table,
#account-box-table col {
border: 1px solid silver;
}
.second-level-header th {
font-weight: normal;
}
.account-box {
border: 1px solid silver;
white-space: nowrap;
}
.account-box td {
Expand All @@ -35,6 +30,11 @@ input[type="text"] {
.account-name-name {
font-weight: bold;
}
.folder-account,
.folder-location {
padding-top: 2px;
padding-bottom: 2px;
}
.folder-account {
width: 200px;
min-height: unset;
Expand All @@ -44,6 +44,14 @@ input[type="text"] {
width: 100%;
}

#account-box-table,
#account-box-table col,
.account-box,
.folder-account,
.folder-account:hover {
border: 1px solid silver !important;
}

:root {
--background-ham: #f4f9f1;
--background-spam: #fbf3f1;
Expand Down

0 comments on commit fa5dc2c

Please sign in to comment.