1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- .fixed-table-body {
- height: 100%;
- overflow: auto; }
- #daily-feed .name {
- font-weight: 500;
- color: #526069;
- cursor: pointer;
- text-decoration: none; }
- #daily-feed .content {
- margin-top: 10px;
- margin-bottom: 0; }
- #tickets .hightlight {
- color: #526069;
- font-weight: 500;
- cursor: pointer;
- text-decoration: none; }
- #projects .table > tbody > tr > td, #projects .table > thead > tr > th {
- vertical-align: middle; }
- .team-panel .avatar {
- margin: 10px;
- padding: 0; }
- .badges-panle .badge {
- margin-bottom: 10px;
- margin-right: 5px; }
- .input-panel .form-control {
- border: 1px solid #e4eaec;
- border-left: 0;
- border-left: none;
- border-right: 0;
- border-right: none;
- border-radius: 0; }
- .input-panel .input-panle-btn {
- background-color: transparent;
- border-right: 1px solid #e4eaec;
- display: inline;
- padding: 10px 15px; }
- .input-panel .input-panle-btn:hover {
- color: #3e8ef7; }
- .input-panel .input-panle-btn i {
- margin: 12px 0; }
- .input-panel .submit {
- float: right;
- padding: 8px 15px 9px;
- border: none;
- border-left: 1px solid #e4eaec;
- color: #3e8ef7;
- border-radius: 0;
- background-color: transparent; }
- .input-panel .submit:hover {
- color: #79b2fc; }
|