Style: unnecessary color codes have been deleted and modified
authorhjnim.kim <hjnim.kim@samsung.com>
Wed, 27 Feb 2013 02:09:12 +0000 (11:09 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Thu, 7 Mar 2013 12:10:31 +0000 (21:10 +0900)
Unnecessary color codes have been deleted and modified in style.less

Change-Id: I07c1604d98038027c754fea97854de57c31cd619

src/themes/tizen/common/jquery.mobile.tizen.ctxpopup.less
src/themes/tizen/tizen-white/style.less

index b8eb203..f789cb5 100644 (file)
     .ui-listview li.ui-btn-up-s, .ui-listview li.ui-btn-hover-s {
         background: transparent;
     }
-
-       .ui-listview li.ui-btn-down-s {
-               background: @color_bar_back_btn_press;
-       }
-
        .ui-listview li:last-child {
                border-bottom-left-radius: @border_radius;
                border-bottom-right-radius: @border_radius;
         -moz-transform: scale(.8);
         opacity: 0;
     }
-}
\ No newline at end of file
+}
index bfb2dad..f9c456a 100644 (file)
 /***************************************************************************
                         Button(connected with other winset)
 ***************************************************************************/
+
+@color_button_text_black:      rgb(0, 0, 0);
+
 @color_button_EditText:         rgb(249, 249, 249);
 @color_button_EditTextPress:    rgb(61, 61, 61);
 
-@color_button_text_normal:      rgb(54, 49, 51);
+@color_button_text_normal:      rgb(58, 58, 58);
 @color_button_text_press:       rgb(248, 246, 239);
 @color_button_text_white:       rgb(249, 249, 249);
 
 
 @color_ctxbutton_press:            rgb(59, 115, 182);
 
-@color_ctxpopup_timepicker_text:        rgba( 249, 249, 249, 0.4 );
-@color_ctxpopup_timepicker_text_focus:  rgba( 249, 249, 249, 1 );
-@color_bar_back_btn_press : rgba(26, 82, 116, 0.3); /* #1A5274 */
+@color_ctxpopup_timepicker_text:        rgba( 255, 255, 255, 0.7 );
+@color_ctxpopup_timepicker_text_focus:  rgba( 255, 255, 255, 1 );
 
 
 /***************************************************************************
 .LESSpopup_padding_style{
 }
 
-
-/***************************************************************************
-                    Button
-***************************************************************************/
-
-@color_button_text_black:      rgb(0, 0, 0);
-
-@color_circlebutton_hover:             rgb(239, 119, 126);
-@color_circlebutton_hover_webkit:      -webkit-gradient(linear, left top, left bottom, from(rgb(198, 78, 85)), to(rgb(166, 43, 45)));
-@color_circlebutton_hover_moz:         -moz-linear-gradient(top, rgb(198, 78, 85), rgb(166,43,45));
-@color_circlebutton_press:             rgb(67, 160, 217);
-@color_circlebutton_press_webkit:       -webkit-gradient(linear, left top, left bottom, from(rgb(67, 160, 217)), to(rgb(56, 139, 185)));
-@color_circlebutton_press_moz:         -moz-linear-gradient(top, rgb(67, 160, 217), rgb(56, 139, 185));
-
-
-@color_button_switch_BGon:             rgb(42, 126, 172);
-@color_button_switch_BGon_webkit:      -webkit-gradient(linear, left top, left bottom, from(rgb(33, 116, 167)), to(rgb(75, 165, 219)));
-@color_button_switch_BGon_moz:         -moz-linear-gradient(top, rgb(33, 116, 167), rgb(75, 165, 219));
-@color_button_switch_BGoff:            rgb(151, 161, 167);
-@color_button_switch_BGoff_text_color: rgb(203, 203, 203);
-@color_button_switch_BGoff_webkit:     -webkit-gradient(linear, left top, left bottom, from(rgb(114, 114, 114)), to(rgb(141, 141, 141)));
-@color_button_switch_BGoff_moz:                -moz-linear-gradient(top, rgb(114, 114, 114), rgb(141, 141, 141));
-@color_button_switch_BGreed:           rgb(253, 253, 253);
-@color_button_switch_BGreed_webkit:    -webkit-gradient(linear, left top, left bottom, from(rgb(253, 253, 253)), to(rgb(231, 231, 231)));
-@color_button_switch_BGreed_moz:       -moz-linear-gradient(top, rgb(253, 253, 253), rgb(231, 231, 231));
-
-@radius_button_switch: 4px;
-@radius_button_switch_reed: 2px;
-
-@color_button_edit_press:              rgb(147, 24, 24);
-@color_button_edit_press_webkit:       -webkit-gradient(linear, left top, left bottom, from(rgb(147, 24,24)), to(rgb(110, 23, 23)));
-@color_button_edit_press_moz:          -moz-linear-gradient(top, rgb(147, 24, 24), rgb(110, 23, 23));
-
-
-.LESStoggleswitch_on_style{
-       background: @color_button_switch_BGon;
-       background: @color_button_switch_BGon_webkit;
-       background: @color_button_switch_BGon_moz;
-       border-radius: @radius_button_switch;
-       -webkit-border-radius: @radius_button_switch;
-       -moz-border-radius: @radius_button_switch;
-}
-
-.LESStoggleswitch_off_style{
-       color: @color_button_switch_BGoff_text_color;
-       background: @color_button_switch_BGoff;
-       background: @color_button_switch_BGoff_webkit;
-       background: @color_button_switch_BGoff_moz;
-       border-radius: @radius_button_switch;
-       -webkit-border-radius: @radius_button_switch;
-       -moz-border-radius: @radius_button_switch;
-}
-
-.LESStoggleswitch_reed_style{
-       background: @color_button_switch_BGreed;
-       background: @color_button_switch_BGreed_webkit;
-       background: @color_button_switch_BGreed_moz;
-       border-radius: @radius_button_switch_reed;
-       -webkit-border-radius: @radius_button_switch_reed;
-       -moz-border-radius: @radius_button_switch_reed;
-}
-
-.LESSbutton_editpress_style{
-       background: @color_button_edit_press;
-       background: @color_button_edit_press_webkit;
-       background: @color_button_edit_press_moz;
-}
-
-.LESSbutton_edit_padding{
-       padding: 0.5em 0.8em;
-}
-
-
 /***************************************************************************
                     Tickernoti
 ***************************************************************************/