This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
galaxy-k18-galaxy-service/src/main/webapp/test/css/custom.css
zhangdongxu 13acafd43d 上传代码
2017-12-19 14:55:52 +08:00

19 lines
352 B
CSS

/* here you can put your own css to customize and override the theme */
/***
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;
}
*/