diff --git a/plugins/cockpit/lib/ui/cliView.css b/plugins/cockpit/lib/ui/cliView.css index 28bdd72d..dafd72de 100644 --- a/plugins/cockpit/lib/ui/cliView.css +++ b/plugins/cockpit/lib/ui/cliView.css @@ -18,7 +18,6 @@ overflow: auto; position: absolute; z-index: 999; - font-family: consolas, courier, monospace; display: none; } diff --git a/plugins/cockpit/lib/ui/requestView.css b/plugins/cockpit/lib/ui/requestView.css index 7d014eb7..d42d235e 100644 --- a/plugins/cockpit/lib/ui/requestView.css +++ b/plugins/cockpit/lib/ui/requestView.css @@ -4,8 +4,9 @@ box-orient: horizontal; -moz-box-orient: horizontal; -webkit-box-orient: horizontal; box-align: center; -moz-box-align: center; -webkit-box-align: center; color: #333; - background-color: @input_bg; + background-color: #EEE; width: 100%; + font-family: consolas, courier, monospace; } .cptRowIn > * { padding-left: 2px; padding-right: 2px; } .cptRowIn > img { cursor: pointer; }