Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
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.

142 lines
2.8 KiB

  1. /*!
  2. * Ext JS Library 3.2.0
  3. * Copyright(c) 2006-2010 Ext JS, Inc.
  4. * licensing@extjs.com
  5. * http://www.extjs.com/license
  6. */
  7. .x-date-picker {
  8. border-color:#585858;
  9. background-color:#fff;
  10. }
  11. .x-date-middle,.x-date-left,.x-date-right {
  12. background-image: url(../images/gray/shared/hd-sprite.gif);
  13. color:#fff;
  14. font:bold 11px "sans serif", tahoma, verdana, helvetica;
  15. }
  16. .x-date-middle .x-btn .x-btn-text {
  17. color:#fff;
  18. }
  19. .x-date-middle .x-btn-mc em.x-btn-arrow {
  20. background-image:url(../images/gray/toolbar/btn-arrow-light.gif);
  21. }
  22. .x-date-right a {
  23. background-image: url(../images/gray/shared/right-btn.gif);
  24. }
  25. .x-date-left a{
  26. background-image: url(../images/gray/shared/left-btn.gif);
  27. }
  28. .x-date-inner th {
  29. background-color:#D8D8D8;
  30. background-image: url(../images/gray/panel/white-top-bottom.gif);
  31. border-bottom-color:#AFAFAF;
  32. font:normal 10px arial, helvetica,tahoma,sans-serif;
  33. color:#595959;
  34. }
  35. .x-date-inner td {
  36. border-color:#fff;
  37. }
  38. .x-date-inner a {
  39. font:normal 11px arial, helvetica,tahoma,sans-serif;
  40. color:#000;
  41. }
  42. .x-date-inner .x-date-active{
  43. color:#000;
  44. }
  45. .x-date-inner .x-date-selected a{
  46. background-color:#D8D8D8;
  47. background-image:url(../images/gray/glass-bg.gif);
  48. border-color:#DCDCDC;
  49. }
  50. .x-date-inner .x-date-today a{
  51. border-color:darkred;
  52. }
  53. .x-date-inner .x-date-selected span{
  54. font-weight:bold;
  55. }
  56. .x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a {
  57. color:#aaa;
  58. }
  59. .x-date-bottom {
  60. border-top-color:#AFAFAF;
  61. background-color:#D8D8D8;
  62. background:#D8D8D8 url(../images/gray/panel/white-top-bottom.gif) 0 -2px;
  63. }
  64. .x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{
  65. color:#000;
  66. background-color:#D8D8D8;
  67. }
  68. .x-date-inner .x-date-disabled a {
  69. background-color:#eee;
  70. color:#bbb;
  71. }
  72. .x-date-mmenu{
  73. background-color:#eee !important;
  74. }
  75. .x-date-mmenu .x-menu-item {
  76. font-size:10px;
  77. color:#000;
  78. }
  79. .x-date-mp {
  80. background-color:#fff;
  81. }
  82. .x-date-mp td {
  83. font:normal 11px arial, helvetica,tahoma,sans-serif;
  84. }
  85. .x-date-mp-btns button {
  86. background-color:#4E565F;
  87. color:#fff;
  88. border-color:#C0C0C0 #434343 #434343 #C0C0C0;
  89. font:normal 11px arial, helvetica,tahoma,sans-serif;
  90. }
  91. .x-date-mp-btns {
  92. background-color:#D8D8D8;
  93. background:#D8D8D8 url(../images/gray/panel/white-top-bottom.gif) 0 -2px;
  94. }
  95. .x-date-mp-btns td {
  96. border-top-color:#AFAFAF;
  97. }
  98. td.x-date-mp-month a,td.x-date-mp-year a {
  99. color: #333;
  100. }
  101. td.x-date-mp-month a:hover,td.x-date-mp-year a:hover {
  102. color:#333;
  103. background-color:#FDFDFD;
  104. }
  105. td.x-date-mp-sel a {
  106. background-color:#D8D8D8;
  107. background:#D8D8D8 url(../images/gray/panel/white-top-bottom.gif) 0 -2px;
  108. border-color:#DCDCDC;
  109. }
  110. .x-date-mp-ybtn a {
  111. background-image:url(../images/gray/panel/tool-sprites.gif);
  112. }
  113. td.x-date-mp-sep {
  114. border-right-color:#D7D7D7;
  115. }