1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-04 05:08:06 +02:00

firefox style tweaks

This commit is contained in:
Kyle Spearrin 2016-09-10 23:43:49 -04:00
parent a3b3e58e94
commit 8fc611e4a5
2 changed files with 7 additions and 1 deletions

View File

@ -185,7 +185,10 @@
} }
&:last-child { &:last-child {
&:before {
border: none; border: none;
height: 0;
}
} }
&:hover { &:hover {
@ -232,10 +235,12 @@
display: inline; display: inline;
width: initial; width: initial;
font-weight: normal; font-weight: normal;
float: left;
} }
input[type="checkbox"] { input[type="checkbox"] {
float: right; float: right;
display: inline-block;
} }
} }
} }

View File

@ -7,6 +7,7 @@ body {
width: 320px; width: 320px;
height: 568px; height: 568px;
background-color: @background-color; background-color: @background-color;
overflow: hidden;
} }
.main-view { .main-view {