1
0
Fork 0
dokuwiki-templates-extra/templates/55/ad-hominem/css/plugins.less
Daniel Baumann 9432cbd70d
Adding ad-hominem version 2024-10-07 (3a49926).
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-16 08:34:47 +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;
}
}