Authenticator/data/style.css

24 lines
447 B
CSS
Raw Normal View History

2016-05-29 22:20:58 +02:00
.applications-list {
2016-05-25 22:18:10 +02:00
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;
}
2016-05-29 16:14:24 +02:00
.application-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
}
2016-05-29 22:20:58 +02:00
.choose-popover GtkLabel {
2016-05-29 01:07:25 +02:00
padding: 10px;
2016-05-29 16:14:24 +02:00
}