Skip to content

Instantly share code, notes, and snippets.

@Cphilo
Created May 7, 2016 09:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cphilo/0ac65b05c47a9bb76e738b2dea6adfcf to your computer and use it in GitHub Desktop.
Save Cphilo/0ac65b05c47a9bb76e738b2dea6adfcf to your computer and use it in GitHub Desktop.
This is a customize bootstrap css style designed by Xiaohua Li.
label {
font-weight: normal !important;
}
/* span link css start */
.table>tbody>tr>td.operation {
color: #64b8e8;
}
span.link {
color: #64b8e8;
font-size: 12px;
font-weight: normal;
}
span.link:hover {
color: #a2d9f8;
cursor: pointer;
}
span.link.invalid {
color: #999999;
}
span.link.invalid:hover {
cursor: none;
}
/* button css start */
.btn.btn-primary {
background-color: #64b8e8;
color: white;
font-size: 12px;
border: none;
border-radius: 2px;
}
.btn.btn-primary.invalid {
background-color: #e6e6e6;
}
.btn.btn-primary:hover {
background-color: #a2d9f8;
}
.btn.btn-primary:focus {
background-color: #2793d1;
}
/* button css end */
/* table css start */
.table>thead>tr>th {
background-color: #3a4f72;
color: white;
font-size: 12px;
text-align: center;
line-height: 1.0;
}
.table-bordered>thead>tr>th {
border: none;
padding: 14px 0;
}
.table>thead>tr>th span.divider {
height: 14px;
margin: auto 0;
float: right;
width: 0;
border-left: 1px solid white;
border-right: 1px solid white;
}
.table>tbody>tr>td {
color: #4c4c4c;
font-size: 12px;
text-align: center;
padding: 10px 0;
}
.table-bordered>tbody>tr>td {
border: 1px solid #e6e6e6;
}
td > p {
word-break: break-word;
}
/* table css end */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment