1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-05 09:10:53 +01:00

make header bg dragable

This commit is contained in:
Kyle Spearrin 2019-07-24 14:59:50 -04:00
parent 01c995b708
commit a2ed171a88

View File

@ -12,7 +12,7 @@ html.os_macos {
body.layout_frontend { body.layout_frontend {
-webkit-app-region: drag; -webkit-app-region: drag;
button, a, span, input, p, h1, h2, h3, h4, h5, h6, img, select, button, a, i, b, span, input, p, h1, h2, h3, h4, h5, h6, img, select,
textarea, label, .box, .modal-backdrop { textarea, label, .box, .modal-backdrop {
-webkit-app-region: no-drag; -webkit-app-region: no-drag;
} }
@ -33,6 +33,14 @@ html.os_macos {
} }
} }
#vault .header-search {
-webkit-app-region: drag;
input, i {
-webkit-app-region: no-drag;
}
}
#vault .mac-bar { #vault .mac-bar {
height: 48px; height: 48px;
-webkit-app-region: drag; -webkit-app-region: drag;