remove disabled css
This commit is contained in:
@@ -1,32 +1,29 @@
|
||||
.ui-segment{
|
||||
color: #02adba;
|
||||
border: 1px solid #02adba;
|
||||
border-radius: 4px;
|
||||
display:inline-block;
|
||||
.ui-segment {
|
||||
color: #02adba;
|
||||
border: 1px solid #02adba;
|
||||
border-radius: 4px;
|
||||
display: inline-block;
|
||||
}
|
||||
.ui-segment span.option.active{
|
||||
background-color: #02adba;
|
||||
color: white;
|
||||
.ui-segment span.option.active {
|
||||
background-color: #02adba;
|
||||
color: white;
|
||||
}
|
||||
.ui-segment span.option{
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
height: 35px;
|
||||
text-align:center;
|
||||
display:inline-block;
|
||||
line-height: 35px;
|
||||
margin: 0px;
|
||||
float:left;
|
||||
cursor:pointer;
|
||||
border-right:1px solid #02adba;
|
||||
}
|
||||
.ui-segment span.option[disabled]{
|
||||
color: gray;
|
||||
.ui-segment span.option {
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
height: 35px;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
line-height: 35px;
|
||||
margin: 0px;
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
border-right: 1px solid #02adba;
|
||||
}
|
||||
|
||||
.ui-segment span.option:last-child{
|
||||
border-right: none;
|
||||
.ui-segment span.option:last-child {
|
||||
border-right: none;
|
||||
}
|
||||
.segment-select{
|
||||
display:none;
|
||||
.segment-select {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user