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
|
|
|
}
|
|
|
|
|
2018-03-24 12:32:14 +01:00
|
|
|
.provider-lbl {
|
2017-09-16 14:15:40 +02:00
|
|
|
font-size: 14px;
|
2018-03-24 12:32:14 +01:00
|
|
|
font-weight: bold;
|
2017-09-16 14:15:40 +02:00
|
|
|
}
|
2018-03-24 12:32:14 +01:00
|
|
|
.application-name {
|
|
|
|
font-size: 12px;
|
2017-01-12 22:51:42 +01:00
|
|
|
}
|
2017-09-16 14:15:40 +02:00
|
|
|
|
2018-03-24 12:32:14 +01: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
|
|
|
|
2018-03-24 12:32:14 +01:00
|
|
|
.token-label, .counter-label {
|
|
|
|
font-size: 12px;
|
2017-01-12 22:51:42 +01:00
|
|
|
}
|