Authenticator/data/org.gnome.Authenticator-pre3.20.css

39 lines
642 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
}
2017-09-16 14:15:40 +02:00
.application-name, .application-name-grid {
font-weight: bold;
font-size: 14px;
}
2017-01-12 22:51:42 +01:00
.application-logo-add {
2017-09-16 14:15:40 +02:00
margin-right: 5px;
margin-bottom: 10px;
2017-01-12 22:51:42 +01:00
}
2017-09-16 14:15:40 +02:00
.account-secret-code, .account-timer {
font-size: 14px;
margin-top: 0;
margin-bottom: 5px;
margin-left: 60px;
2017-01-12 22:51:42 +01:00
}
2017-09-16 14:15:40 +02:00
.account-secret-code-grid, .account-timer-grid {
font-size: 14px;
margin-top: 10px;
margin-bottom: 5px;
2017-01-12 22:51:42 +01:00
}
.application-secret-code-select-mode {
2017-09-16 14:15:40 +02:00
margin-left: 98px;
2017-01-12 22:51:42 +01:00
}
2017-09-16 14:15:40 +02:00
2017-01-12 22:51:42 +01:00
.choose-popover GtkLabel {
2017-09-16 14:15:40 +02:00
padding: 10px;
2017-01-12 22:51:42 +01:00
}