|
|
|
@ -10,12 +10,12 @@
|
|
|
|
|
|
|
|
|
|
.content { |
|
|
|
|
background: #111111; |
|
|
|
|
background: -moz-linear-gradient(top, #111111 0%, #222222 100%); |
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #111111), color-stop(100%, #222222)); |
|
|
|
|
background: -webkit-linear-gradient(top, #111111 0%, #222222 100%); |
|
|
|
|
background: -o-linear-gradient(top, #111111 0%, #222222 100%); |
|
|
|
|
background: -ms-linear-gradient(top, #111111 0%, #222222 100%); |
|
|
|
|
background: linear-gradient(to bottom, #111111 0%, #222222 100%); |
|
|
|
|
background: -moz-linear-gradient(top, #111111 0%, #2b2b2b 100%); |
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #111111), color-stop(100%, #2b2b2b)); |
|
|
|
|
background: -webkit-linear-gradient(top, #111111 0%, #2b2b2b 100%); |
|
|
|
|
background: -o-linear-gradient(top, #111111 0%, #2b2b2b 100%); |
|
|
|
|
background: -ms-linear-gradient(top, #111111 0%, #2b2b2b 100%); |
|
|
|
|
background: linear-gradient(to bottom, #111111 0%, #2b2b2b 100%); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-form', endColorstr='$color-to',GradientType=0 ); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -24,10 +24,20 @@
|
|
|
|
|
background-color: #111111; |
|
|
|
|
border-bottom: 1px solid #565656; |
|
|
|
|
} |
|
|
|
|
[class*="bar-"].bar-header-secondary { |
|
|
|
|
top: 51px; |
|
|
|
|
} |
|
|
|
|
[class*="bar-"].bar-footer-secondary { |
|
|
|
|
bottom: 51px; |
|
|
|
|
} |
|
|
|
|
[class*="bar-"].bar-footer-secondary-tab { |
|
|
|
|
bottom: 71px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-tab { |
|
|
|
|
height: 70px; |
|
|
|
|
border-top: 1px solid #565656; |
|
|
|
|
border-bottom: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.title { |
|
|
|
@ -38,7 +48,7 @@
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.popover .bar-nav { |
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.15); |
|
|
|
|
border-bottom: 1px solid #565656; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.table-view .table-view-cell { |
|
|
|
|