mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-12 14:57:53 +02:00
Move MonitorList Entry Buttons to correct stylefile,
replace buttons with clickable divs
This commit is contained in:
@ -115,31 +115,4 @@
|
||||
|
||||
.monitorMangaEntry {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.MangaActionButtons {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.MangaActionButtons > button {
|
||||
position: absolute;
|
||||
margin: 10px;
|
||||
border: 0;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.DeleteJobButton {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
filter: invert(21%) sepia(63%) saturate(7443%) hue-rotate(355deg) brightness(93%) contrast(118%);
|
||||
}
|
||||
|
||||
.StartJobNowButton {
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
filter: invert(58%) sepia(16%) saturate(4393%) hue-rotate(103deg) brightness(102%) contrast(103%);
|
||||
}
|
@ -8,4 +8,32 @@
|
||||
overflow-y: scroll;
|
||||
scrollbar-color: var(--accent-color) var(--primary-color);
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
|
||||
.MangaActionButtons {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.MangaActionButtons > div {
|
||||
position: absolute;
|
||||
margin: 10px;
|
||||
border: 0;
|
||||
background: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.DeleteJobButton {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
filter: invert(21%) sepia(63%) saturate(7443%) hue-rotate(355deg) brightness(93%) contrast(118%);
|
||||
}
|
||||
|
||||
.StartJobNowButton {
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
filter: invert(58%) sepia(16%) saturate(4393%) hue-rotate(103deg) brightness(102%) contrast(103%);
|
||||
}
|
Reference in New Issue
Block a user