28 lines
366 B
Text
28 lines
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;
|
||
|
}
|
||
|
}
|