Export 0.1.62
[platform/framework/web/web-ui-fw.git] / src / themes / tizen / common / jquery.mobile.tizen.notification.less
index a5d8ebd..03f6a44 100644 (file)
        float: right;
 
        .ui-btn-inner {
-               padding: 0.2rem 0 0 0;
+               padding: 0.15rem 0 0 0;
+
                height: 28 * @unit_base;
                width: 77 * @unit_base;
+
                font-size: 0.81rem;
+               color: @color_ticker_text1;
+
+               background: @color_ticker_btn;
+
+               border: 1px;
+               border-color: @color_ticker_btn_border;
+               box-shadow: 0 0 1px 1px @color_ticker_btn_border;
+       }
+
+       .ui-btn-box-s.ui-btn-up-s {
+               background: @color_ticker_btn;
+               box-shadow: 0 0 1px 1px @color_ticker_btn_border;
+               border-color: @color_ticker_btn_border;
+       }
+
+       .ui-btn-box-s.ui-btn-hover-s {
                background: @color_ticker_btn;
+               box-shadow: 0 0 1px 1px @color_ticker_btn_border;
+               border-color: @color_ticker_btn_border;
        }
 }