Authenticator/data/style.css

28 lines
523 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;
2016-06-09 23:40:27 +02:00
font-size: 13px;
2016-05-25 22:18:10 +02:00
}
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
}
2016-06-09 23:40:27 +02:00
.account-secret-code,
.account-timer {
font-size: 13px;
2016-05-25 22:18:10 +02:00
margin-top: 0;
margin-bottom: 5px;
2016-06-09 23:40:27 +02:00
margin-left: 60px;
2016-05-25 22:18:10 +02:00
}
2016-06-09 23:40:27 +02:00
.application-secret-code-select-mode {
2016-06-12 14:27:22 +02:00
margin-left: 88px;
2016-05-30 19:03:36 +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
}