Improve navigation bar;

Fix an error upon aggregation of PubSub item entries.
This commit is contained in:
Schimon Jehudah, Adv. 2024-10-13 21:24:14 +03:00
parent aa90d922b0
commit 928f5272e0
4 changed files with 47 additions and 22 deletions

View file

@ -118,7 +118,8 @@ label,
#action > a,
#action-bar > a,
#number-of-pages > a {
#number-of-pages > a,
#number-of-pages .inactive {
display: inline-block;
font-size: 1.2em;
min-width: 90px;
@ -178,7 +179,8 @@ label,
#action-bar > a,
#download,
#input,
#number-of-pages > a {
#number-of-pages > a,
#number-of-pages .inactive {
color: #f5f5f5;
font-weight: bold;
padding-left: 2em;
@ -187,6 +189,10 @@ label,
text-transform: uppercase;
}
#number-of-pages .inactive {
background: #7a7a7a;
}
#download {
background: #d9541e; /* #e96d1f */
}