add css for pencil button

This commit is contained in:
HF 2024-01-24 00:27:25 +01:00
parent 32d0b2666e
commit 25724e7342
4 changed files with 39 additions and 0 deletions

View File

@ -464,6 +464,15 @@ tr:nth-child(even) {
left: 16px;
transition: bottom 300ms ease-in-out;
}
#pencilbutton.ppencil {
background-color: rgba(240, 232, 169, 0.8);
}
#pencilbutton.phistory {
background-color: rgba(171, 240, 169, 0.8);
}
#pencilbutton.poverlay {
background-color: rgba(240, 169, 169, 0.8);
}
#historyselect {
position: fixed;

View File

@ -90,6 +90,16 @@ tr:nth-child(even) {
border-radius: 21px;
}
#pencilbutton.ppencil {
background-color: rgba(131, 147, 19, 0.8);
}
#pencilbutton.phistory {
background-color: rgba(31, 84, 111, 0.8);
}
#pencilbutton.poverlay {
background-color: rgba(117, 31, 31, 0.8);
}
.menu > div {
z-index: 1;
background-color: #15374fd1;

View File

@ -91,6 +91,16 @@ tr:nth-child(even) {
border-radius: 15px;
}
#pencilbutton.ppencil {
background-color: rgba(131, 147, 19, 0.8);
}
#pencilbutton.phistory {
background-color: rgba(31, 84, 111, 0.8);
}
#pencilbutton.poverlay {
background-color: rgba(117, 31, 31, 0.8);
}
.menu > div {
z-index: 1;
background-color: #000000d1;

View File

@ -67,6 +67,16 @@ tr:nth-child(even) {
color: #f4f4f4;
}
#pencilbutton.ppencil {
background-color: rgba(131, 147, 19, 0.8);
}
#pencilbutton.phistory {
background-color: rgba(31, 84, 111, 0.8);
}
#pencilbutton.poverlay {
background-color: rgba(117, 31, 31, 0.8);
}
.menu > div {
z-index: 1;
background-color: #15374fd1;