Authenticator/data/com.github.bilelmoussaoui.Authenticator-post3.20.css

24 lines
352 B
CSS

.applications-list {
background-color: @theme_bg_color;
}
.application-list-row:selected GtkImage {
color: @theme_fg_selected_color;
}
.provider-lbl {
font-size: 14px;
font-weight: bold;
}
.application-name {
font-size: 12px;
}
.account-name {
font-weight: bold;
font-size: 14px;
}
.token-label, .counter-label {
font-size: 12px;
}