hue.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. /*
  2. Licensed to Cloudera, Inc. under one
  3. or more contributor license agreements. See the NOTICE file
  4. distributed with this work for additional information
  5. regarding copyright ownership. Cloudera, Inc. licenses this file
  6. to you under the Apache License, Version 2.0 (the
  7. "License"); you may not use this file except in compliance
  8. with the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. */
  16. .ace_hidden-cursors .ace_cursor {
  17. opacity: 0;
  18. }
  19. .ace-hue .ace_gutter {
  20. background: #f6f6f6;
  21. color: #4D4D4C
  22. }
  23. .ace-hue .ace_print-margin {
  24. width: 1px;
  25. background: #f6f6f6
  26. }
  27. .ace-hue {
  28. background-color: #FFFFFF;
  29. color: #4D4D4C
  30. }
  31. .ace-hue .ace_cursor {
  32. color: #AEAFAD
  33. }
  34. .ace-hue .ace_marker-layer .ace_selection {
  35. background: #D6D6D6
  36. }
  37. .ace-hue.ace_multiselect .ace_selection.ace_start {
  38. box-shadow: 0 0 3px 0px #FFFFFF;
  39. }
  40. .ace-hue .ace_marker-layer .ace_step {
  41. background: rgb(255, 255, 0)
  42. }
  43. .ace-hue .ace_marker-layer .ace_bracket {
  44. margin: -1px 0 0 -1px;
  45. border: 1px solid #D1D1D1
  46. }
  47. .ace-hue .ace_gutter-active-line {
  48. background-color: #dcdcdc
  49. }
  50. .ace-hue .ace_marker-layer .ace_selected-word {
  51. border: 1px solid #D6D6D6
  52. }
  53. .ace-hue .ace_invisible {
  54. color: #D1D1D1
  55. }
  56. .ace-hue .ace_keyword,
  57. .ace-hue .ace_meta,
  58. .ace-hue .ace_storage,
  59. .ace-hue .ace_storage.ace_type,
  60. .ace-hue .ace_support.ace_type {
  61. color: #8959A8
  62. }
  63. .ace-hue .ace_keyword.ace_operator {
  64. color: #3E999F
  65. }
  66. .ace-hue .ace_constant.ace_character,
  67. .ace-hue .ace_constant.ace_language,
  68. .ace-hue .ace_constant.ace_numeric,
  69. .ace-hue .ace_keyword.ace_other.ace_unit,
  70. .ace-hue .ace_support.ace_constant,
  71. .ace-hue .ace_variable.ace_parameter {
  72. color: #F5871F
  73. }
  74. .ace-hue .ace_constant.ace_other {
  75. color: #666969
  76. }
  77. .ace-hue .ace_invalid {
  78. color: #FFFFFF;
  79. background-color: #C82829
  80. }
  81. .ace-hue .ace_invalid.ace_deprecated {
  82. color: #FFFFFF;
  83. background-color: #8959A8
  84. }
  85. .ace-hue .ace_fold {
  86. background-color: #4271AE;
  87. border-color: #4D4D4C
  88. }
  89. .ace-hue .ace_entity.ace_name.ace_function,
  90. .ace-hue .ace_support.ace_function,
  91. .ace-hue .ace_variable {
  92. color: #4271AE
  93. }
  94. .ace-hue .ace_support.ace_class,
  95. .ace-hue .ace_support.ace_type {
  96. color: #C99E00
  97. }
  98. .ace-hue .ace_heading,
  99. .ace-hue .ace_markup.ace_heading,
  100. .ace-hue .ace_string {
  101. color: #718C00
  102. }
  103. .ace-hue .ace_entity.ace_name.ace_tag,
  104. .ace-hue .ace_entity.ace_other.ace_attribute-name,
  105. .ace-hue .ace_meta.ace_tag,
  106. .ace-hue .ace_string.ace_regexp,
  107. .ace-hue .ace_variable {
  108. color: #C82829
  109. }
  110. .ace-hue .ace_comment {
  111. color: #8E908C
  112. }
  113. .ace-hue .ace_indent-guide {
  114. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bdu3f/BwAlfgctduB85QAAAABJRU5ErkJggg==) right repeat-y
  115. }
  116. .ace-spinner, .ace-inline-button {
  117. position: absolute;
  118. z-index: 1030;
  119. }
  120. .ace-inline-button {
  121. opacity: 0.7;
  122. }
  123. .ace-inline-button:hover {
  124. opacity: 1;
  125. }
  126. .ace_tooltip {
  127. background: #F7F7F7 !important;
  128. border: none !important;
  129. color: #333;
  130. padding: 3px !important;
  131. }
  132. .ace_tooltip hr {
  133. margin: 3px !important;
  134. }
  135. .ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line, .ace_editor.ace_autocomplete .ace_marker-layer .ace_line-hover {
  136. background-color: #DBE8F1;
  137. z-index: 1;
  138. }