Jihan Kim 2014-05-22
change .ybtn-watching color
@8bcf8b63a20727b38d6398b7526274e39c476276
app/assets/stylesheets/less/_yobiUI.less
--- app/assets/stylesheets/less/_yobiUI.less
+++ app/assets/stylesheets/less/_yobiUI.less
@@ -830,12 +830,12 @@
     }
 
     &.ybtn-watching {
-        background-color : #FFDC51 !important;
-        border:1px solid #E0C006;
+        background-color : #f4efea !important;
+        border:1px solid #C9C5C1;
         color:#333;
 
         &:hover, &:focus {
-            background-color: #F0CD02 !important;
+            background-color: #e0dad4 !important;
         }
     }
 
@@ -848,6 +848,10 @@
         }
     }
 
+    &.pressed {
+        .box-shadow(inset 1px 1px 1px rgba(0, 0, 0, 0.15));
+    }
+
     &.dropdown-toggle {
         &:after {
             margin-left: 5px;
Add a comment
List