1
0
Fork 0
dokuwiki-templates-extra/templates/55/ad-hominem/css/plugins.less
Daniel Baumann 485e3244ed
Adding upstream version 20241201.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-16 08:10:35 +01:00

28 lines
No EOL
366 B
Text

/**
* This file contains style overrides for selected plugins
* @author Sascha Leib <sascha@leib.be>
*/
/* upgrade plugin */
#plugin__upgrade_meter {
& {
height: 26px;
}
ol li {
.stage {
color: #444;
}
.step {
color: #444;
}
&.active {
height: 26px;
}
}
}
#plugin__upgrade_form {
button {
padding: .25em .5em;
cursor: pointer;
}
}