mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 09:37:29 +00:00
183 lines
3.0 KiB
CSS
183 lines
3.0 KiB
CSS
/* app css stylesheet */
|
|
|
|
.extngview {
|
|
overflow-y: scroll;
|
|
height: 550px;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.extsidenav {
|
|
height: 550px;
|
|
}
|
|
|
|
.well {
|
|
background-color: #F5F5F5;
|
|
border: 1px solid #E3E3E3;
|
|
border-radius: 4px 4px 4px 4px;
|
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
|
|
margin-bottom: 20px;
|
|
min-height: 20px;
|
|
}
|
|
|
|
.paddedleft {
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.paddedtop {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.paddedbottom {
|
|
padding-bottom: 40px;
|
|
}
|
|
|
|
td > a {
|
|
color: #080808;
|
|
}
|
|
|
|
.condensed-table th, .condensed-table td {
|
|
padding:5px 5px 4px;
|
|
}
|
|
accordion > div > div > div > a {
|
|
color : #5e565e;
|
|
}
|
|
|
|
accordion > div > div > div > a:hover,
|
|
accordion > div > div > div > a:focus {
|
|
color: #080808;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
div > ul > li a {
|
|
color : #5e565e;
|
|
}
|
|
|
|
div > div > ul > li a:hover,
|
|
div > div > ul > li a:focus {
|
|
color: #080808;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
.list-group {
|
|
background-color: #FFFFFF;
|
|
margin-bottom: 20px;
|
|
padding-left: 0;
|
|
}
|
|
.list-group-item {
|
|
border-bottom: 1px solid #DDDDDD;
|
|
display: block;
|
|
margin-bottom: -1px;
|
|
padding: 10px 30px 10px 15px;
|
|
position: relative;
|
|
}
|
|
.list-group-item:first-child {
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
}
|
|
.list-group-item:last-child {
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
.list-group-item > .badge {
|
|
float: right;
|
|
margin-right: -15px;
|
|
}
|
|
.list-group-item-heading {
|
|
margin-bottom: 5px;
|
|
margin-top: 0;
|
|
}
|
|
.list-group-item-text {
|
|
line-height: 1.3;
|
|
margin-bottom: 0;
|
|
}
|
|
a.list-group-item .list-group-item-heading {
|
|
color: #333333;
|
|
}
|
|
a.list-group-item .list-group-item-text {
|
|
color: #555555;
|
|
}
|
|
a.list-group-item:hover, a.list-group-item:focus {
|
|
background-color: #F5F5F5;
|
|
text-decoration: none;
|
|
}
|
|
a.list-group-item.active {
|
|
background-color: #007FFF;
|
|
border-color: #007FFF;
|
|
color: #FFFFFF;
|
|
z-index: 2;
|
|
}
|
|
a.list-group-item.active .list-group-item-heading {
|
|
color: inherit;
|
|
}
|
|
a.list-group-item.active .list-group-item-text {
|
|
color: #CCE5FF;
|
|
}
|
|
|
|
.statusactive {
|
|
color: #008000;
|
|
}
|
|
|
|
.statusdeleted {
|
|
color: #000000;
|
|
}
|
|
|
|
.statuspending {
|
|
color: #FFA500;
|
|
}
|
|
.statusApproved {
|
|
color: #0F36E4;
|
|
}
|
|
|
|
.statusbad {
|
|
color: #FF0000;
|
|
}
|
|
|
|
.statusgood {
|
|
color: #008000;
|
|
}
|
|
|
|
.statushold {
|
|
color: #FFFF00;
|
|
}
|
|
|
|
td.labelrow {
|
|
padding: 0 0 10px;
|
|
}
|
|
|
|
tr.bottomborder td, tr.bottomborder th {
|
|
border-bottom:1px solid #C0C0C0;
|
|
padding-bottom:2px
|
|
}
|
|
tr.toppadding td, tr.toppadding th {
|
|
padding-top:8px
|
|
}
|
|
|
|
tr.graybg td, tr.graybg th {
|
|
background-color: #F9F9F9;
|
|
}
|
|
|
|
hr.marginbottom {
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
/* Chrome custome scroll bar */
|
|
::-webkit-scrollbar {
|
|
width: 10px;
|
|
}
|
|
|
|
/* Track */
|
|
::-webkit-scrollbar-track {
|
|
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
|
|
}
|
|
|
|
/* Handle */
|
|
::-webkit-scrollbar-thumb {
|
|
background: rgba(203,203,203,0.8);
|
|
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
|
|
}
|
|
::-webkit-scrollbar-thumb:window-inactive {
|
|
background: rgba(203,203,203,0.4);
|
|
}
|