default.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. /*
  2. Custom changes for the jquery-ui see the readme file
  3. */
  4. /* Smoothness */
  5. /* Removing glow effect in tables */
  6. .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  7. border: 1px solid #d3d3d3;
  8. /* background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;*/
  9. background: #F2F2F2;
  10. font-weight: normal;
  11. color: #555555;
  12. /* height:30px; */
  13. }
  14. .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
  15. .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  16. border: 1px solid #999999;
  17. /*background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;*/
  18. background: #E5EDF9;
  19. font-weight: normal;
  20. color: #212121;
  21. }
  22. .ui-jqgrid .ui-pg-selbox {
  23. height: 23px !important;
  24. }
  25. /* jqgrid: Changes the row style in a table (even, odd) */
  26. .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  27. opacity: 1;
  28. font-weight: normal;
  29. background-color: #F9F9F9;
  30. }
  31. .ui-widget-content {
  32. background: #fff;
  33. border: 1px solid #ddd;
  34. }
  35. .ui-jqgrid .ui-jqgrid-htable th {
  36. height:30px;
  37. }
  38. /* jqgrid: Changing anchors colors see main/session/ */
  39. .ui-widget-content a {
  40. color: #3757F7;
  41. cursor: pointer;
  42. }
  43. .ui-widget-content .btn-primary, .ui-widget-content .btn-primary:hover {
  44. color: white;
  45. }
  46. .ui-widget-content a:hover{
  47. color: #3757F7;
  48. cursor: pointer;
  49. }
  50. /* Removes the gray background in the jqgrid main/session/index.php */
  51. .ui-widget-header {
  52. background: #FFF;
  53. border: none;
  54. border-bottom: 1px solid #ccc;
  55. border-radius:0px;
  56. }
  57. /* tabs: anchor size otherwise anchors will have a bigger font size */
  58. .ui-widget {
  59. font-size:100%;
  60. }
  61. /* tabs: removing a lot of padding */
  62. .ui-tabs .ui-tabs-panel {
  63. padding: 10px 0px 0px 0px;
  64. }
  65. /* Set the selected tab background to white */
  66. .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  67. background-color:#fff;
  68. }
  69. /* Calendary day fix */
  70. .ui-datepicker-calendar .ui-state-default {
  71. height:15px;
  72. }
  73. /* LP add items */
  74. #resource_tab.ui-tabs .ui-tabs-nav {
  75. height: 77px;
  76. }
  77. #resource_tab.ui-tabs .ui-tabs-nav li {
  78. height: 75px;
  79. border:1px solid #ccc;
  80. }
  81. .ui-tabs {
  82. border: none;
  83. }
  84. /** Removes a border-bottom black line in the jqgrids */
  85. .ui-jqgrid .ui-jqgrid-htable {
  86. border-collapse: separate !important;
  87. }
  88. /* Fixes the input size in the jqgrid pagination */
  89. .ui-jqgrid .ui-pg-input {
  90. width:30px;
  91. }
  92. /* Fixes btn class when using bootstrap */
  93. .ui-widget-content a, .ui-widget-content a:hover {
  94. /* color:inherit; */
  95. }
  96. /* cupertino */
  97. /* ui-lightness */