1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-30 15:13:32 +00:00

modal adjustments

This commit is contained in:
Kyle Spearrin
2018-01-29 12:14:19 -05:00
parent c50b478a4d
commit 5914240838
7 changed files with 105 additions and 192 deletions

View File

@@ -45,16 +45,16 @@ textarea {
resize: vertical;
}
div::-webkit-scrollbar {
div:not(.modal)::-webkit-scrollbar {
width: 10px;
height: 10px;
}
div::-webkit-scrollbar-track {
div:not(.modal)::-webkit-scrollbar-track {
background-color: transparent;
}
div::-webkit-scrollbar-thumb {
div:not(.modal)::-webkit-scrollbar-thumb {
background-color: rgba(100,100,100,.2);
border-radius: 10px;
margin-right: 1px;