Export 0.1.41
[framework/web/web-ui-fw.git] / src / themes / tizen / tizen-white / style.less
index 0705423..069b349 100755 (executable)
 @color_text_segctrl:           rgb(158, 195, 213);     // 158 195 213  // TODO: used only in segctrl. Check more.
 
 //Dialogue color set
-@color_dialogue_main_text:                             rgb(249,249,249);
+@color_dialogue_main_text:     rgba(92, 151, 187, 1);
 @color_dialogue_sub_text:                              rgb(146,146,146);
+@color_list_dialogue_bg : rgba(236, 240, 242, 1);
+@color_dialogue_border_right:  rgba(142, 154, 163, 1);
 
 //Dialogue Editor color set
 @color_dialogue_editor_default_text:   rgb(70, 70, 70);
 @color_dialogue_editor_bg:                             rgb(0, 0, 0);
 @color_dialogue_editor_border:                 rgb(108, 168, 199);     
-
 /*************************
   Vars/Mixins for Widgets
 
@@ -76,7 +77,7 @@
 @color_list_bubble_name_text:  rgb(57, 166, 215);
 @color_list_bubble_help_text:  rgb(146, 146, 146);
 @color_list_divider_bg :               rgb(209, 227, 238); /* #d1e3ee */
-@color_list_divider_text :             rgb(0, 94, 160); /* #005ea0 */
+@color_list_divider_text :             rgb(29, 100, 149); 
 @color_list_expandable_expanded_bg:    rgb(215, 225, 232);
 
 @font_size_list_main_text:             44 * @unit_base; //1.375rem;    /* 44 px */
@@ -98,7 +99,6 @@
 @style_list_bubble_date_height:        40 * @unit_base;
 @style_list_bubble_date_text_align:    center;
 
-@color_list_dialogue_bg : rgba(236, 240, 242, 1);
 /***************************************************************************
                    Shortcut Scroll
 ***************************************************************************/
        background: @color_popup_buttonbg_press_moz;
 }
 
+.LESSpopup_padding_style{
+}
+
 /***************************************************************************
                     Button
 ***************************************************************************/
 ***************************************************************************/
 @color_bar_bg : -webkit-linear-gradient(top,  rgb(156,181,179) 0%,rgb(79,116,141) 100%);
 @color_bar_back_btn_press : rgba(26, 82, 116, 0.3); /* #1A5274 */
-@color_bar_btn_press : -webkit-linear-gradient(top,  rgb(74,164,218) 0%,rgb(43,138,195) 100%);
+@color_bar_btn_press : rgba(0, 0, 0, 0.1);
 @color_bar_btn_bg : transparent;
 @color_bar_back_btn_bg : transparent;
 
 
 @color_bar_title_text : rgba(249, 249, 249, 1); /* #F9F9F9 */
 @color_bar_title_bg : -webkit-linear-gradient(top,  rgb(90,153,186) 0%,rgb(32,84,115) 100%);
-@color_bar_title_btn_bg : -webkit-linear-gradient(top,  rgb(80,149,185) 10%,rgb(43,107,147) 90%);
-@color_bar_title_btn_border : rgba(0, 0, 0, 0.1);
+@color_bar_title_btn_border : rgba(0, 0, 0, 0.4);
 
 @color_bar_footer_bg : -webkit-linear-gradient(top,  rgb(156,181,179) 0%,rgb(79,116,141) 100%);
 @color_bar_footer_btn_bg : transparent;
 /***************************************************************************
                     Tickernoti
 ***************************************************************************/
-@color_ticker_bg:                      rgb(35, 90, 123);
+@color_ticker_bg:                      rgb(13, 60, 89);
 @color_ticker_text1:                   rgb(249, 249, 249);
-@color_ticker_text2:                   rgb(142, 170, 186);
+@color_ticker_text2:                   rgb(202, 211, 217);
 
 
 /***************************************************************************
 @color_multibuttonentry_press_border : rgb(93, 187, 244);
 @color_multibuttonentry_input_text : #222222;
 @color_multibuttonentry_link : rgb(100, 100, 100);
+@color_multibuttonentry_dim : rgb(128, 128, 128);
 
+/***************************************************************************
+***************************************************************************/
 
 /***************************************************************************
 ****************************************************************************
        margin: 19*@unit_base 135*@unit_base 19*@unit_base 16*@unit_base;
 }
 
-.LESStitle-border {
-       border-style: solid;
-       border-width : 1px;
-       border-bottom-color: @color_border_bottom;
-       border-bottom-width: 2px;
-       border-top-color: @color_border_top;
-
-       border-left-color : @color_bar_title_btn_border;
-       border-right-color : @color_bar_title_btn_border;
-
-       font-weight : bold;
-       
-       -webkit-border-radius: 0px;
-}
-
 .LESSextended-controlgroup-border {
        border-style : solid;
        border-width : 1px;
 
 .LESSdialogue-border-style {
        border-right-style : solid;
-       border-right-color : black;
+       border-right-color : @color_dialogue_border_right;
        border-right-width : 1px;
 }
 
        margin-left : 16 * @unit_base;
        margin-right : 16 * @unit_base;
 
-       background : rgba(249, 249, 249, 1);
+       background : @color_list_dialogue_bg;
        font-size : 32 * @unit_base;
        font-weight : bold;
-       color : rgba(92, 151, 187, 1);
+       color : @color_dialogue_main_text;
 }