mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
select styling
This commit is contained in:
parent
7d2d4eafcb
commit
ae37dc63ea
@ -139,7 +139,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
input:not([type="checkbox"]), select, textarea {
|
||||
input:not([type="checkbox"]), textarea {
|
||||
border: none;
|
||||
width: 100%;
|
||||
background-color: transparent;
|
||||
@ -153,6 +153,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
select {
|
||||
width: 100%;
|
||||
border: 1px solid darken($border-color-dark, 7%);
|
||||
border-radius: $border-radius;
|
||||
}
|
||||
|
||||
.action-buttons {
|
||||
.row-btn {
|
||||
float: left;
|
||||
|
Loading…
Reference in New Issue
Block a user