|
|
|
@ -8,14 +8,10 @@
|
|
|
|
|
overflow: hidden; |
|
|
|
|
font-size: 12px; |
|
|
|
|
font-weight: bold; |
|
|
|
|
text-shadow: 0 1px rgba(255, 255, 255, .5); |
|
|
|
|
list-style: none; |
|
|
|
|
background-color: #f8f8f8; |
|
|
|
|
background-image: -webkit-linear-gradient(top, #f8f8f8 0, #d4d4d4 100%); |
|
|
|
|
background-image: linear-gradient(to bottom, #f8f8f8 0, #d4d4d4 100%); |
|
|
|
|
border: 1px solid #aaa; |
|
|
|
|
border-radius: 3px; |
|
|
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(255, 255, 255, .8); |
|
|
|
|
background-color: transparent; |
|
|
|
|
border: 1px solid #007aff; |
|
|
|
|
border-radius: 4px; |
|
|
|
|
-webkit-box-orient: horizontal; |
|
|
|
|
box-orient: horizontal; |
|
|
|
|
} |
|
|
|
@ -25,8 +21,7 @@
|
|
|
|
|
overflow: hidden; |
|
|
|
|
text-align: center; |
|
|
|
|
white-space: nowrap; |
|
|
|
|
border-left: 1px solid #aaa; |
|
|
|
|
box-shadow: inset 1px 0 rgba(255, 255, 255, .5); |
|
|
|
|
border-left: 1px solid #007aff; |
|
|
|
|
-webkit-box-flex: 1; |
|
|
|
|
box-flex: 1; |
|
|
|
|
} |
|
|
|
@ -37,20 +32,22 @@
|
|
|
|
|
padding: 8px 16px; |
|
|
|
|
overflow: hidden; |
|
|
|
|
line-height: 15px; |
|
|
|
|
color: #333; |
|
|
|
|
color: #007aff; |
|
|
|
|
text-overflow: ellipsis; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Remove border-left and shadow from first section */ |
|
|
|
|
.segmented-controller li:first-child { |
|
|
|
|
border-left-width: 0; |
|
|
|
|
box-shadow: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Active segment of controller */ |
|
|
|
|
.segmented-controller li.active { |
|
|
|
|
background-color: #ccc; |
|
|
|
|
box-shadow: inset 0 1px 5px rgba(0, 0, 0, .3); |
|
|
|
|
background-color: #007aff; |
|
|
|
|
} |
|
|
|
|
/* Set color of links to white */ |
|
|
|
|
.segmented-controller li.active > a { |
|
|
|
|
color: #fff; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.segmented-controller-item { |
|
|
|
|