You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

jquery-ui.css.diff 3.9KB

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