mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-01-08 19:35:40 +00:00
27 lines
480 B
CSS
27 lines
480 B
CSS
/* here you can put your own css to customize and override the theme */
|
|
|
|
.length-break {
|
|
word-break: break-all !important;
|
|
}
|
|
|
|
#tbl_record_manage td {
|
|
font-family:'Roboto Mono' !important;
|
|
}
|
|
|
|
/***
|
|
Rounded Portlets
|
|
***/
|
|
/*
|
|
.portlet {
|
|
border-radius: 4px !important;
|
|
}
|
|
|
|
.portlet .portlet-title {
|
|
border-radius: 4px 4px 0px 0px !important;
|
|
}
|
|
|
|
.portlet .portlet-body,
|
|
.portlet .portlet-body .form-actions {
|
|
border-radius: 0px 0px 4px 4px !important;
|
|
}
|
|
*/ |