44 lines
2.3 KiB
CSS
44 lines
2.3 KiB
CSS
/* Gajim Application CSS File */
|
|
|
|
/* ChatControl */
|
|
#ChatControl-AuthenticationButton { padding-top: 0px; padding-bottom: 0px}
|
|
|
|
/* VCardWindow */
|
|
.VCard-GtkLinkButton { padding-left: 5px; border-left: none; }
|
|
|
|
/* Emoticon Popover */
|
|
popover#EmoticonPopover button { background: none; border: none; box-shadow:none; padding: 0px;}
|
|
popover#EmoticonPopover button > label { font-size: 24px; }
|
|
popover#EmoticonPopover flowboxchild > label { font-size: 24px; }
|
|
popover#EmoticonPopover notebook label { font-size: 24px; }
|
|
popover#EmoticonPopover flowbox { padding-left: 5px; padding-right: 6px; }
|
|
popover#EmoticonPopover flowboxchild { padding-top: 5px; padding-bottom: 5px; }
|
|
|
|
/* HistorySyncAssistant */
|
|
#HistorySyncAssistant list { border: 1px solid; border-color: @borders; }
|
|
#HistorySyncAssistant progressbar text { color: #000; font-size: 18px; padding: 10px;}
|
|
#HistorySyncAssistant list > row { padding: 10px 30px 10px 30px; }
|
|
#HistorySyncAssistant list > row > label { color: @insensitive_fg_color }
|
|
#HistorySyncAssistant list > row.activatable > label { color: @theme_text_color; }
|
|
#HistorySyncAssistant list > row.activatable:selected > label { color: @theme_selected_fg_color; }
|
|
#FinishedLabel { font-size: 14px; font-weight: bold }
|
|
|
|
/* Server Info */
|
|
#ServerInfoGrid > list { border: 1px solid; border-color: @borders; }
|
|
#ServerInfoGrid > list > row:first-child { border-top: 1px solid; border-color: @borders; }
|
|
#ServerInfoGrid > list > row { padding: 10px 20px 10px 10px; }
|
|
#ServerInfoGrid > list > label { padding:10px; color: @insensitive_fg_color; font-weight: bold; }
|
|
#ServerInfoGrid > list > row.activatable:active { box-shadow: none; }
|
|
|
|
/* Generic Options Dialog */
|
|
#OptionsDialog list > row { border-bottom: 1px solid; border-color: @theme_unfocused_bg_color; }
|
|
#OptionsDialog list > row:last-child { border-bottom: 0px}
|
|
#OptionsDialog list > row { padding: 10px; }
|
|
#OptionsDialog list > row.activatable:active { box-shadow: none; }
|
|
|
|
/* Generic Popover Menu with Buttons */
|
|
.PopoverButtonListbox { padding-left: 0px; padding-right: 0px; }
|
|
.PopoverButtonListbox > list { margin-top: 10px; margin-bottom: 10px; }
|
|
.PopoverButtonListbox > list > row { padding: 10px 20px 10px 20px; }
|
|
.PopoverButtonListbox > list > row.activatable:active { box-shadow: none; background-color: @theme_selected_bg_color }
|