powerdns-admin/powerdnsadmin/static/custom/css/custom.css

38 lines
558 B
CSS
Raw Normal View History

2016-08-21 14:46:23 +00:00
.length-break {
word-break: break-all !important;
width: 70% !important;
2016-08-21 14:46:23 +00:00
}
table td {
font-family:'Roboto Mono' !important;
}
/*Fit default macbook screen*/
.small-box .icon {
font-size: 70px !important;
}
.btn {
padding: 5px 4px !important;
}
/* Pretty JSON */
.json-pre {
background-color: ghostwhite;
border: 1px solid silver;
padding: 10px 20px;
margin: 20px;
}
.json-key {
color: brown;
}
.json-value {
color: navy;
}
.json-string {
color: olive;
}
.user-footer {
background-color: #222d32 !important;
}