Authenticator/data/resources/style.css
Maximiliano Sandoval R 960f54dafc
camera: Make headerbar transparent
We add a bit of black so that the buttons are visible. We also increase
the size of the floating button.
2023-06-20 23:24:26 +02:00

30 lines
480 B
CSS

.providers-list {
background-color: @theme_base_bg;
}
.provider-row {
margin-top: 12px;
margin-bottom: 12px;
}
.provider-row:hover {
background-color: @theme_base_bg;
}
.provider-row:active {
background: @theme_base_bg;
box-shadow: none;
}
camera toolbarview.extended headerbar button.back {
border-radius: 500px;
}
camera toolbarview.extended headerbar {
background: rgba(0, 0, 0, 0.45);
}
camera .selectionbutton {
min-height: 44px;
min-width: 44px;
}