gist/web/app/css/app.css

50 lines
506 B
CSS
Raw Normal View History

2015-05-04 22:12:26 +02:00
body {
background: #333;
}
.navbar {
border-radius: 0;
}
.form-control {
color: #fff;
background: #2D2D2D;
border: #333;
}
2015-05-05 23:24:37 +02:00
#form_content {
2015-05-04 22:12:26 +02:00
display: block;
width: 100%;
padding: 10px;
}
#languages {
padding-bottom: 5px;
}
2015-05-04 23:09:27 +02:00
#languages .btn-group:first-child {
margin-right: 4px;
}
2015-05-06 22:46:29 +02:00
pre {
2015-05-04 22:12:26 +02:00
background: #222;
border: #222;
color: #ddd;
}
2015-05-06 22:46:29 +02:00
pre ol {
padding-left: 50px !important;
2015-05-04 22:12:26 +02:00
}
2015-05-06 22:46:29 +02:00
pre li:hover {
2015-05-04 22:12:26 +02:00
background: #222;
}
2015-05-05 11:26:20 +02:00
.panel-heading .actions {
margin-top: -5px;
}
2015-05-05 23:24:37 +02:00
2015-05-06 22:46:29 +02:00
.diff {
display: none;
}