Authenticator/data/style.css
Bilal Elmoussaoui ad603d57b6 clean the code
2016-05-29 16:14:24 +02:00

29 lines
451 B
CSS

.applications-list{
background-color: @theme_bg_color;
}
.application-list-row:selected GtkImage {
color: @theme_fg_selected_color;
}
.application-name {
font-weight: bold;
font-size: 12px;
}
.application-logo-add {
margin-right: 5px;
margin-bottom: 10px;
}
.application-secret-code {
font-size: 10px;
margin-top: 0;
margin-bottom: 5px;
margin-left: 65px;
}
.choose-popover GtkLabel{
padding: 10px;
}