Mark all as read

Mark all as read
This commit is contained in:
novgorodschi catalin
2026-08-18 10:10:22 +03:00
parent 971bb56efe
commit 8f14ed7647
8 changed files with 97 additions and 0 deletions
+19
View File
@@ -5924,6 +5924,25 @@ div#textmenu span {
div#textmenu a.selected {
border-bottom: 1px dashed Silver;
}
/* Buton "Read All" din berichte.php - stilizat sa se potriveasca cu linkurile de tab din #textmenu */
div#textmenu.rpt-readall {
text-align: right;
}
button.rpt-readall-btn {
background: none;
border: none;
padding: 0;
margin: 0;
color: #71D000;
font-weight: bold;
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
cursor: pointer;
}
button.rpt-readall-btn:hover {
color: #00BC00;
}
.none {
color: #C0C0C0;
}
+19
View File
@@ -5924,6 +5924,25 @@ div#textmenu span {
div#textmenu a.selected {
border-bottom: 1px dashed Silver;
}
/* Buton "Read All" din berichte.php - stilizat sa se potriveasca cu linkurile de tab din #textmenu */
div#textmenu.rpt-readall {
text-align: right;
}
button.rpt-readall-btn {
background: none;
border: none;
padding: 0;
margin: 0;
color: #71D000;
font-weight: bold;
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
cursor: pointer;
}
button.rpt-readall-btn:hover {
color: #00BC00;
}
.none {
color: #C0C0C0;
}