OctoprintKlipperPlugin/octoprint_klipper/static/css/klipper.css

20 lines
302 B
CSS
Raw Normal View History

2018-01-23 22:52:34 +03:00
.plugin_klipper_log {
2018-01-23 23:18:07 +03:00
padding: 0.5em;
2018-01-23 22:57:58 +03:00
overflow-y: scroll;
2018-01-23 23:18:07 +03:00
height: 400px;
background-color: #efefef;
border: 1px #eee;
border-radius: 3px;
2018-01-23 22:57:58 +03:00
}
.plugin_klipper_log .log-item {
2018-02-02 18:58:37 +03:00
margin: 0 auto 0 auto;
2018-01-23 22:52:34 +03:00
}
.plugin_klipper_log .error {
color: red;
2018-02-02 18:58:37 +03:00
}
.clear-btn {
margin-top: 6px;
2018-01-23 17:01:58 +03:00
}