1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

password generator options toggle

This commit is contained in:
Kyle Spearrin
2018-01-31 21:13:42 -05:00
parent e52b104a72
commit 06106e1775
5 changed files with 24 additions and 5 deletions

View File

@@ -44,6 +44,7 @@ input, select, textarea, button {
button {
white-space: nowrap;
cursor: pointer;
}
textarea {

View File

@@ -7,6 +7,13 @@
margin: 0 10px 5px 10px;
color: $gray-light;
text-transform: uppercase;
button {
background-color: transparent;
border: none;
color: $gray-light;
text-transform: uppercase;
}
}
.box-content {

View File

@@ -9,6 +9,7 @@
color: $button-color;
white-space: nowrap;
text-align: center;
cursor: pointer;
&:hover:not([disabled]), &:focus:not([disabled]) {
cursor: pointer;