mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-07 02:00:58 +01:00
27 lines
523 B
CSS
27 lines
523 B
CSS
.applications-list {
|
|
background-color: @theme_bg_color;
|
|
}
|
|
.application-list-row:selected GtkImage {
|
|
color: @theme_fg_selected_color;
|
|
}
|
|
.application-name {
|
|
font-weight: bold;
|
|
font-size: 13px;
|
|
}
|
|
.application-logo-add {
|
|
margin-right: 5px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.account-secret-code,
|
|
.account-timer {
|
|
font-size: 13px;
|
|
margin-top: 0;
|
|
margin-bottom: 5px;
|
|
margin-left: 60px;
|
|
}
|
|
.application-secret-code-select-mode {
|
|
margin-left: 98px;
|
|
}
|
|
.choose-popover GtkLabel {
|
|
padding: 10px;
|
|
}
|