Mercurial > hg > rc1
comparison plugins/jqueryui/themes/classic/jquery-ui.css.diff @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
| author | Charlie Root |
|---|---|
| date | Thu, 04 Jan 2018 15:50:29 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:1e000243b222 |
|---|---|
| 1 --- jquery-ui.css.orig 2016-08-15 11:56:45.000000000 +0200 | |
| 2 +++ jquery-ui.css 2016-08-15 11:46:38.000000000 +0200 | |
| 3 @@ -227,6 +227,15 @@ | |
| 4 .ui-menu .ui-state-active { | |
| 5 margin: -1px; | |
| 6 } | |
| 7 +.ui-menu .ui-menu-item .ui-state-active { | |
| 8 + background: #c33; | |
| 9 + border-color: #a22; | |
| 10 + color: #fff; | |
| 11 + display: block; | |
| 12 +} | |
| 13 +.ui-menu .ui-menu-item a { | |
| 14 + display: block; | |
| 15 +} | |
| 16 | |
| 17 /* icon support */ | |
| 18 .ui-menu-icons { | |
| 19 @@ -403,6 +412,9 @@ | |
| 20 width: 17em; | |
| 21 padding: .2em .2em 0; | |
| 22 display: none; | |
| 23 + box-shadow: 1px 1px 18px #999; | |
| 24 + -moz-box-shadow: 1px 1px 12px #999; | |
| 25 + -webkit-box-shadow: #999 1px 1px 12px; | |
| 26 } | |
| 27 .ui-datepicker .ui-datepicker-header { | |
| 28 position: relative; | |
| 29 @@ -476,6 +488,11 @@ | |
| 30 text-align: right; | |
| 31 text-decoration: none; | |
| 32 } | |
| 33 +.ui-datepicker td.ui-datepicker-current-day .ui-state-active { | |
| 34 + background:#c33; | |
| 35 + border-color:#a22; | |
| 36 + color:#fff; | |
| 37 +} | |
| 38 .ui-datepicker .ui-datepicker-buttonpane { | |
| 39 background-image: none; | |
| 40 margin: .7em 0 0 0; | |
| 41 @@ -487,7 +504,7 @@ | |
| 42 .ui-datepicker .ui-datepicker-buttonpane button { | |
| 43 float: right; | |
| 44 margin: .5em .2em .4em; | |
| 45 - cursor: pointer; | |
| 46 + cursor: default; | |
| 47 padding: .2em .6em .3em .6em; | |
| 48 width: auto; | |
| 49 overflow: visible; | |
| 50 @@ -580,6 +597,9 @@ | |
| 51 left: 0; | |
| 52 padding: .2em; | |
| 53 outline: 0; | |
| 54 + -webkit-box-shadow: #999 1px 1px 12px; | |
| 55 + -moz-box-shadow: 1px 1px 12px #999; | |
| 56 + box-shadow: 1px 1px 18px #999; | |
| 57 } | |
| 58 .ui-dialog .ui-dialog-titlebar { | |
| 59 padding: .4em 1em; | |
| 60 @@ -602,6 +622,9 @@ | |
| 61 padding: 1px; | |
| 62 height: 20px; | |
| 63 } | |
| 64 +.no-close .ui-dialog-titlebar-close { | |
| 65 + display: none !important; | |
| 66 +} | |
| 67 .ui-dialog .ui-dialog-content { | |
| 68 position: relative; | |
| 69 border: 0; | |
| 70 @@ -621,7 +644,7 @@ | |
| 71 } | |
| 72 .ui-dialog .ui-dialog-buttonpane button { | |
| 73 margin: .5em .4em .5em 0; | |
| 74 - cursor: pointer; | |
| 75 + cursor: default; | |
| 76 } | |
| 77 .ui-dialog .ui-resizable-n { | |
| 78 height: 2px; | |
| 79 @@ -843,20 +866,29 @@ | |
| 80 float: left; | |
| 81 position: relative; | |
| 82 top: 0; | |
| 83 - margin: 1px .2em 0 0; | |
| 84 + margin: 0; | |
| 85 border-bottom-width: 0; | |
| 86 padding: 0; | |
| 87 white-space: nowrap; | |
| 88 + -webkit-border-top-left-radius: 2px; | |
| 89 + -moz-border-radius-topleft: 2px; | |
| 90 + border-top-left-radius: 2px; | |
| 91 + -webkit-border-top-right-radius: 2px; | |
| 92 + -moz-border-radius-topright: 2px; | |
| 93 + border-top-right-radius: 2px; | |
| 94 } | |
| 95 .ui-tabs .ui-tabs-nav .ui-tabs-anchor { | |
| 96 float: left; | |
| 97 - padding: .5em 1em; | |
| 98 + padding: .3em 1em; | |
| 99 text-decoration: none; | |
| 100 } | |
| 101 .ui-tabs .ui-tabs-nav li.ui-tabs-active { | |
| 102 margin-bottom: -1px; | |
| 103 padding-bottom: 1px; | |
| 104 } | |
| 105 +.ui-dialog .ui-tabs-nav li.ui-tabs-active { | |
| 106 + background: #fff; | |
| 107 +} | |
| 108 .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, | |
| 109 .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, | |
| 110 .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { | |
| 111 @@ -910,9 +942,11 @@ | |
| 112 } | |
| 113 .ui-widget-header { | |
| 114 border: 1px solid #dddddd; | |
| 115 - background: #e9e9e9; | |
| 116 - color: #333333; | |
| 117 font-weight: bold; | |
| 118 + border-width: 0 0 1px 0; | |
| 119 + background: #f4f4f4 url("images/listheader.png") 50% 50% repeat; | |
| 120 + color: #333333; | |
| 121 + margin: -0.2em -0.2em 0 -0.2em; | |
| 122 } | |
| 123 .ui-widget-header a { | |
| 124 color: #333333; | |
| 125 @@ -957,6 +991,15 @@ | |
| 126 font-weight: normal; | |
| 127 color: #2b2b2b; | |
| 128 } | |
| 129 +.ui-state-focus, | |
| 130 +.ui-widget-content .ui-state-focus { | |
| 131 + border: 1px solid #c33; | |
| 132 + color: #a00; | |
| 133 +} | |
| 134 +.ui-tabs-nav .ui-state-focus { | |
| 135 + border: 1px solid #a4a4a4; | |
| 136 + color: #000; | |
| 137 +} | |
| 138 .ui-state-hover a, | |
| 139 .ui-state-hover a:hover, | |
| 140 .ui-state-hover a:link, | |
| 141 @@ -981,9 +1024,10 @@ | |
| 142 .ui-button:active, | |
| 143 .ui-button.ui-state-active:hover { | |
| 144 border: 1px solid #003eff; | |
| 145 - background: #007fff; | |
| 146 font-weight: normal; | |
| 147 - color: #ffffff; | |
| 148 + background: #c33; | |
| 149 + border-color: #a22; | |
| 150 + color: #fff; | |
| 151 } | |
| 152 .ui-icon-background, | |
| 153 .ui-state-active .ui-icon-background { | |
| 154 @@ -993,7 +1037,6 @@ | |
| 155 .ui-state-active a, | |
| 156 .ui-state-active a:link, | |
| 157 .ui-state-active a:visited { | |
| 158 - color: #ffffff; | |
| 159 text-decoration: none; | |
| 160 } | |
| 161 | |
| 162 @@ -1040,8 +1083,8 @@ | |
| 163 .ui-priority-secondary, | |
| 164 .ui-widget-content .ui-priority-secondary, | |
| 165 .ui-widget-header .ui-priority-secondary { | |
| 166 - opacity: .7; | |
| 167 - filter:Alpha(Opacity=70); /* support: IE8 */ | |
| 168 + opacity: .6; | |
| 169 + filter:Alpha(Opacity=60); | |
| 170 font-weight: normal; | |
| 171 } | |
| 172 .ui-state-disabled, |
