Authenticator/data/style.css

25 lines
399 B
CSS
Raw Normal View History

2016-05-25 22:18:10 +02:00
.applications-list{
background-color: @theme_bg_color;
}
2016-05-27 03:27:28 +02:00
.application-list-row:selected GtkImage {
2016-05-25 22:18:10 +02:00
color: @theme_fg_selected_color;
}
.application-name {
font-weight: bold;
font-size: 12px;
}
.provider-logo-add {
2016-05-27 03:27:28 +02:00
margin-right: 5px;
margin-bottom: 10px;
2016-05-25 22:18:10 +02:00
}
.application-secret-code {
font-size: 10px;
margin-top: 0;
margin-bottom: 5px;
2016-05-27 03:27:28 +02:00
margin-left: 65px;
2016-05-25 22:18:10 +02:00
}