Changeset 4824 in subversion


Ignore:
Timestamp:
Jun 1, 2011 1:02:03 PM (2 years ago)
Author:
thomasb
Message:

Visualize focus state

Location:
trunk/plugins/jqueryui/themes/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/jqueryui/themes/default/jquery-ui-1.8.12.custom.css

    r4753 r4824  
    7373.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #a4a4a4; background: #a3a3a3 url(images/ui-bg_highlight-hard_90_a3a3a3_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #000000; } 
    7474.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #000000; text-decoration: none; } 
     75.ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #c33; color: #c00; } 
    7576.ui-widget :active { outline: none; } 
    7677 
     
    417418.ui-button-icons-only { width: 3.4em; }  
    418419button.ui-button-icons-only { width: 3.7em; }  
    419 button.ui-button-text-only { background-image: url(images/buttongradient.png) !important; } 
     420button.ui-button-text-only, a.ui-button-text-only { background-image: url(images/buttongradient.png) !important; } 
    420421 
    421422/*button text element */ 
  • trunk/plugins/jqueryui/themes/default/roundcube-custom.diff

    r4753 r4824  
    11--- jquery-ui-1.8.12.custom.css.orig    2011-05-02 14:50:40.000000000 +0200 
    2 +++ jquery-ui-1.8.12.custom.css 2011-05-09 23:38:06.000000000 +0200 
     2+++ jquery-ui-1.8.12.custom.css 2011-06-01 18:58:35.000000000 +0200 
    33@@ -61,7 +61,7 @@ 
    44 .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif; font-size: 1em; } 
     
    1010  
    1111 /* Interaction states 
    12 @@ -82,7 +82,7 @@ 
     12@@ -72,6 +72,7 @@ 
     13 .ui-state-hover a, .ui-state-hover a:hover { color: #000000; text-decoration: none; } 
     14 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #a4a4a4; background: #a3a3a3 url(images/ui-bg_highlight-hard_90_a3a3a3_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #000000; } 
     15 .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #000000; text-decoration: none; } 
     16+.ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #c33; color: #c00; } 
     17 .ui-widget :active { outline: none; } 
     18  
     19 /* Interaction Cues 
     20@@ -82,7 +83,7 @@ 
    1321 .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cc3333; } 
    1422 .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cc3333; } 
     
    1927  
    2028 /* Icons 
    21 @@ -359,6 +359,8 @@ 
     29@@ -359,6 +360,8 @@ 
    2230 /* workarounds */ 
    2331 * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ 
     
    2836  * jQuery UI Menu 1.8.12 
    2937  * 
    30 @@ -374,6 +376,8 @@ 
     38@@ -374,6 +377,8 @@ 
    3139        margin: 0; 
    3240        display:block; 
     
    3745 .ui-menu .ui-menu { 
    3846        margin-top: -3px; 
    39 @@ -412,10 +416,11 @@ 
     47@@ -412,10 +417,11 @@ 
    4048 button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ 
    4149 .ui-button-icons-only { width: 3.4em; }  
    4250 button.ui-button-icons-only { width: 3.7em; }  
    43 +button.ui-button-text-only { background-image: url(images/buttongradient.png) !important; } 
     51+button.ui-button-text-only, a.ui-button-text-only { background-image: url(images/buttongradient.png) !important; } 
    4452  
    4553 /*button text element */ 
     
    5058 .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } 
    5159 .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; } 
    52 @@ -445,7 +450,7 @@ 
     60@@ -445,7 +451,7 @@ 
    5361  * 
    5462  * http://docs.jquery.com/UI/Dialog#theming 
     
    5967 .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }  
    6068 .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } 
    61 @@ -491,13 +496,16 @@ 
     69@@ -491,13 +497,16 @@ 
    6270  */ 
    6371 .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ 
     
    7886  * jQuery UI Datepicker 1.8.12 
    7987  * 
    80 @@ -507,7 +515,7 @@ 
     88@@ -507,7 +516,7 @@ 
    8189  * 
    8290  * http://docs.jquery.com/UI/Datepicker#theming 
     
    8795 .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } 
    8896 .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } 
    89 @@ -525,6 +533,7 @@ 
     97@@ -525,6 +534,7 @@ 
    9098 .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  } 
    9199 .ui-datepicker td { border: 0; padding: 1px; } 
Note: See TracChangeset for help on using the changeset viewer.