
change .ybtn-watching color
@8bcf8b63a20727b38d6398b7526274e39c476276
--- app/assets/stylesheets/less/_yobiUI.less
+++ app/assets/stylesheets/less/_yobiUI.less
... | ... | @@ -830,12 +830,12 @@ |
830 | 830 |
} |
831 | 831 |
|
832 | 832 |
&.ybtn-watching { |
833 |
- background-color : #FFDC51 !important; |
|
834 |
- border:1px solid #E0C006; |
|
833 |
+ background-color : #f4efea !important; |
|
834 |
+ border:1px solid #C9C5C1; |
|
835 | 835 |
color:#333; |
836 | 836 |
|
837 | 837 |
&:hover, &:focus { |
838 |
- background-color: #F0CD02 !important; |
|
838 |
+ background-color: #e0dad4 !important; |
|
839 | 839 |
} |
840 | 840 |
} |
841 | 841 |
|
... | ... | @@ -848,6 +848,10 @@ |
848 | 848 |
} |
849 | 849 |
} |
850 | 850 |
|
851 |
+ &.pressed { |
|
852 |
+ .box-shadow(inset 1px 1px 1px rgba(0, 0, 0, 0.15)); |
|
853 |
+ } |
|
854 |
+ |
|
851 | 855 |
&.dropdown-toggle { |
852 | 856 |
&:after { |
853 | 857 |
margin-left: 5px; |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?