mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00

We add a bit of black so that the buttons are visible. We also increase the size of the floating button.
30 lines
480 B
CSS
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;
|
|
}
|