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

25 lines
352 B
CSS
Raw Normal View History

2017-01-12 22:51:42 +01:00
.applications-list {
2017-09-16 14:15:40 +02:00
background-color: @theme_bg_color;
2017-01-12 22:51:42 +01:00
}
2017-09-16 14:15:40 +02:00
2017-01-12 22:51:42 +01:00
.application-list-row:selected GtkImage {
2017-09-16 14:15:40 +02:00
color: @theme_fg_selected_color;
2017-01-12 22:51:42 +01:00
}
.provider-lbl {
2017-09-16 14:15:40 +02:00
font-size: 14px;
font-weight: bold;
2017-09-16 14:15:40 +02:00
}
.application-name {
font-size: 12px;
2017-01-12 22:51:42 +01:00
}
2017-09-16 14:15:40 +02:00
.account-name {
font-weight: bold;
2017-09-16 14:15:40 +02:00
font-size: 14px;
2017-01-12 22:51:42 +01:00
}
2017-09-16 14:15:40 +02:00
.token-label, .counter-label {
font-size: 12px;
2017-01-12 22:51:42 +01:00
}