mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 16:54:45 +01:00
18 lines
256 B
CSS
18 lines
256 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;
|
|
}
|
|
|