Add count div to domain selector (#7305)

* Add count div to domain selector
This commit is contained in:
Alex
2025-03-11 16:11:40 -06:00
committed by GitHub
parent da6471df5f
commit 885df6b3fb
2 changed files with 17 additions and 15 deletions

View File

@@ -3479,19 +3479,6 @@ else { //default: white
float: left;
}
div.action_bar > div.heading > div.count {
display: inline-block;
margin-left: 10px;
font-family: <?=$heading_count_text_font?>;
font-size: <?=$heading_count_text_size?>;
line-height: calc(<?=$heading_count_text_size?> + 1px);
color: <?=$heading_count_text_color?>;
font-weight: <?=$heading_count_text_weight?>;
border-radius: <?=$heading_count_border_radius?>;
background-color: <?=$heading_count_background_color?>;
padding: <?=$heading_count_padding?>;
}
div.action_bar > div.actions {
float: right;
white-space: normal;
@@ -3526,6 +3513,21 @@ else { //default: white
font-size: 1.4em;
}
/* COUNT **********************************************************************/
div.count {
display: inline-block;
margin-left: 10px;
font-family: <?=$heading_count_text_font?>;
font-size: <?=$heading_count_text_size?>;
line-height: calc(<?=$heading_count_text_size?> + 1px);
color: <?=$heading_count_text_color?>;
font-weight: <?=$heading_count_text_weight?>;
border-radius: <?=$heading_count_border_radius?>;
background-color: <?=$heading_count_background_color?>;
padding: <?=$heading_count_padding?>;
}
/* LIST ************************************************************************/
.list {