overrides.less 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459
  1. #events {
  2. font-size: 12px;
  3. }
  4. .version {
  5. font-size: 85%;
  6. }
  7. .legend {
  8. color: @black;
  9. }
  10. div.fake-input {
  11. background-color: @inputBackground;
  12. border: 1px solid @inputBorder;
  13. .border-radius(@inputBorderRadius @inputBorderRadius @inputBorderRadius @inputBorderRadius);
  14. }
  15. hr.small {
  16. margin: 5px 0px;
  17. }
  18. form input.ng-invalid {
  19. color: @errorText;
  20. }
  21. .editor-title {
  22. margin-right: 10px;
  23. font-size: 1.7em;
  24. font-weight: bold;
  25. text-transform:capitalize;
  26. }
  27. .editor-title small {
  28. opacity: 0.5;
  29. font-size: 0.7em;
  30. font-weight: normal;
  31. }
  32. .bordered {
  33. border: 1px solid @tableBorder;
  34. }
  35. .table-unpadded {
  36. th,
  37. td {
  38. padding: 0px 2px;
  39. }
  40. }
  41. .spy {
  42. position:absolute;
  43. right:0px;
  44. top:0px;
  45. }
  46. .navbar-inner {
  47. border-width: 0 0 0px;
  48. padding-left: 0px;
  49. padding-right: 0px;
  50. }
  51. .kibana-row {
  52. margin-bottom: 10px;
  53. }
  54. .row-button {
  55. border-left: 1px solid lighten(@bodyBackground, 10%);
  56. border-right: 1px solid darken(@bodyBackground, 10%);
  57. padding: 2px 7px 0px 7px;
  58. float: left;
  59. }
  60. .row-text {
  61. text-transform: uppercase;
  62. font-weight: bold;
  63. font-size: 0.9em;
  64. }
  65. .row-close {
  66. outline: 1px solid darken(@bodyBackground, 10%);
  67. border-top: 1px solid lighten(@bodyBackground, 10%);
  68. padding: 0px;
  69. margin: 0px;
  70. min-height: 24px !important;
  71. line-height: 24px;
  72. background: darken(@bodyBackground, 3%);
  73. }
  74. .row-open {
  75. text-align: right;
  76. left:-18px;
  77. position: absolute;
  78. font-size: 13pt;
  79. font-weight: 200;
  80. }
  81. .top-row-open {
  82. background: darken(@bodyBackground, 3%);
  83. padding: 5px 25px 5px 25px;
  84. }
  85. .top-row-close {
  86. outline: 1px solid darken(@bodyBackground, 10%);
  87. border-top: 1px solid lighten(@bodyBackground, 10%);
  88. padding: 0px;
  89. margin: 1px 0px 0px 0px;
  90. text-align: center;
  91. min-height: 16px !important;
  92. line-height: 16px;
  93. background: darken(@bodyBackground, 3%);
  94. }
  95. .row-open i {
  96. font-size: 10pt;
  97. }
  98. .odd {
  99. background-color: @tableBackgroundAccent;
  100. }
  101. .nomargin {
  102. margin: 0px;
  103. }
  104. [ng\:cloak], [ng-cloak], .ng-cloak {
  105. display: none !important;
  106. }
  107. .table tbody + tbody {
  108. border-top: 0px;
  109. }
  110. .panel-loading {
  111. position:absolute;
  112. top: 0px;
  113. left: 0px;
  114. z-index: 800;
  115. }
  116. .ui-draggable-dragging {
  117. display: block;
  118. visibility: visible;
  119. opacity: 1;
  120. z-index: 9999;
  121. }
  122. .panel-title {
  123. border: 0px;
  124. margin-left: -11px;
  125. }
  126. .panel div.panel-extra div.panel-extra-container {
  127. margin-right: -11px;
  128. }
  129. .panel div.panel-extra {
  130. font-size: 0.9em;
  131. margin-bottom: 10px;
  132. }
  133. .panel div.panel-extra .extra {
  134. float:right !important;
  135. border-bottom: 1px solid lighten(@bodyBackground, 5%);
  136. }
  137. .dragInProgress {
  138. background-color: darken(@bodyBackground,1%);
  139. border: 1px solid @tableBorder;
  140. }
  141. .link {
  142. color: @linkColor;
  143. cursor: pointer;
  144. }
  145. .link:hover {
  146. color: @linkColorHover;
  147. }
  148. .pointer:hover {
  149. color: @linkColorHover;
  150. }
  151. .pointer {
  152. cursor: pointer;
  153. }
  154. .popover {
  155. max-width: 480px;
  156. }
  157. .modal {
  158. width: 770px;
  159. margin-left: -385px;
  160. top: 10px !important;
  161. }
  162. .tiny {
  163. font-size: 50%;
  164. }
  165. .smaller {
  166. font-size: 70%;
  167. }
  168. .small {
  169. font-size: 85%;
  170. }
  171. .large {
  172. font-size: 120%;
  173. }
  174. .strong {
  175. font-weight: bold;
  176. }
  177. a {
  178. cursor: pointer;
  179. }
  180. .normal {
  181. font-weight: normal;
  182. }
  183. .light {
  184. font-weight: 200;
  185. }
  186. .input-smaller {
  187. width: 75px;
  188. }
  189. .string {color:lighten(@textColor, 5%)}
  190. .number {color:lighten(@infoText, 5%)}
  191. .boolean {color:lighten(@warningText, 5%)}
  192. .key {color:lighten(@errorText, 5%)}
  193. .typeahead { z-index: 1051; }
  194. .btn-active {
  195. background-color: #E6E6E6;
  196. background-image: none;
  197. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  198. outline: 0 none
  199. }
  200. .remove:hover {
  201. background-color: @btnDangerBackgroundHighlight;
  202. }
  203. .faded {
  204. opacity: 0.2;
  205. }
  206. div.flot-text {
  207. color: @textColor !important;
  208. }
  209. .dashboard-notice {
  210. z-index:8000;
  211. margin-left:0px;
  212. padding:3px 0px 3px 0px;
  213. width:100%;
  214. color: @textColor;
  215. padding-left:20px;
  216. }
  217. .panel-error {
  218. color: @textColor;
  219. padding: 3px 10px 0px 10px;
  220. }
  221. /* ===================================================
  222. * popover-extra-placements.css v0.1
  223. * http://twitter.github.com/bootstrap-popover-extra-placements
  224. * ===================================================
  225. * Copyright 2012 Daniel Kleehammer
  226. *
  227. * Licensed under the Apache License, Version 2.0 (the "License");
  228. * you may not use this file except in compliance with the License.
  229. * You may obtain a copy of the License at
  230. *
  231. * http://www.apache.org/licenses/LICENSE-2.0
  232. *
  233. * Unless required by applicable law or agreed to in writing, software
  234. * distributed under the License is distributed on an "AS IS" BASIS,
  235. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  236. * See the License for the specific language governing permissions and
  237. * limitations under the License.
  238. * ========================================================== */
  239. /*************************
  240. * Top Positions
  241. *************************/
  242. /** Top Left **/
  243. .popover.topLeft {
  244. margin-top: -10px;
  245. }
  246. .popover.topLeft .arrow {
  247. bottom: -10px;
  248. left: 25%;
  249. margin-left: -10px;
  250. border-width: 10px 10px 0;
  251. border-top-color: @popoverTitleBackground;
  252. }
  253. .popover.topLeft .arrow:after {
  254. border-width: 11px 11px 0;
  255. border-top-color: rgba(0, 0, 0, 0.25);
  256. bottom: -1px;
  257. left: -11px;
  258. }
  259. /** Top Right **/
  260. .popover.topRight {
  261. margin-top: -10px;
  262. }
  263. .popover.topRight .arrow {
  264. bottom: -10px;
  265. left: 75%;
  266. margin-left: -10px;
  267. border-width: 10px 10px 0;
  268. border-top-color: @popoverTitleBackground;;
  269. }
  270. .popover.topRight .arrow:after {
  271. border-width: 11px 11px 0;
  272. border-top-color: rgba(0, 0, 0, 0.25);
  273. bottom: -1px;
  274. left: -11px;
  275. }
  276. /*************************
  277. * Right Positions
  278. *************************/
  279. .popover {
  280. &.rightTop .arrow {
  281. top: 10%;
  282. left: -@popoverArrowOuterWidth;
  283. margin-top: -@popoverArrowOuterWidth;
  284. border-left-width: 0;
  285. border-right-color: #999; // IE8 fallback
  286. border-right-color: @popoverArrowOuterColor;
  287. &:after {
  288. left: 1px;
  289. bottom: -@popoverArrowWidth;
  290. border-left-width: 0;
  291. border-right-color: @popoverArrowColor;
  292. }
  293. }
  294. &.rightBottom .arrow {
  295. top: 90%;
  296. left: -@popoverArrowOuterWidth;
  297. margin-top: -@popoverArrowOuterWidth;
  298. border-left-width: 0;
  299. border-right-color: #999; // IE8 fallback
  300. border-right-color: @popoverArrowOuterColor;
  301. &:after {
  302. left: 1px;
  303. bottom: -@popoverArrowWidth;
  304. border-left-width: 0;
  305. border-right-color: @popoverArrowColor;
  306. }
  307. }
  308. &.bottomLeft .arrow {
  309. left: 10%;
  310. margin-left: -@popoverArrowOuterWidth;
  311. border-top-width: 0;
  312. border-bottom-color: #999; // IE8 fallback
  313. border-bottom-color: @popoverArrowOuterColor;
  314. top: -@popoverArrowOuterWidth;
  315. &:after {
  316. top: 1px;
  317. margin-left: -@popoverArrowWidth;
  318. border-top-width: 0;
  319. border-bottom-color: @popoverArrowColor;
  320. }
  321. }
  322. &.bottomRight .arrow {
  323. left: 90%;
  324. margin-left: -@popoverArrowOuterWidth;
  325. border-top-width: 0;
  326. border-bottom-color: #999; // IE8 fallback
  327. border-bottom-color: @popoverArrowOuterColor;
  328. top: -@popoverArrowOuterWidth;
  329. &:after {
  330. top: 1px;
  331. margin-left: -@popoverArrowWidth;
  332. border-top-width: 0;
  333. border-bottom-color: @popoverArrowColor;
  334. }
  335. }
  336. &.leftTop .arrow {
  337. top: 10%;
  338. right: -@popoverArrowOuterWidth;
  339. margin-top: -@popoverArrowOuterWidth;
  340. border-right-width: 0;
  341. border-left-color: #999; // IE8 fallback
  342. border-left-color: @popoverArrowOuterColor;
  343. &:after {
  344. right: 1px;
  345. border-right-width: 0;
  346. border-left-color: @popoverArrowColor;
  347. bottom: -@popoverArrowWidth;
  348. }
  349. }
  350. &.leftBottom .arrow {
  351. top: 90%;
  352. right: -@popoverArrowOuterWidth;
  353. margin-top: -@popoverArrowOuterWidth;
  354. border-right-width: 0;
  355. border-left-color: #999; // IE8 fallback
  356. border-left-color: @popoverArrowOuterColor;
  357. &:after {
  358. right: 1px;
  359. border-right-width: 0;
  360. border-left-color: @popoverArrowColor;
  361. bottom: -@popoverArrowWidth;
  362. }
  363. }
  364. &.topLeft .arrow {
  365. left: 10%;
  366. margin-left: -@popoverArrowOuterWidth;
  367. border-bottom-width: 0;
  368. border-top-color: #999; // IE8 fallback
  369. border-top-color: @popoverArrowOuterColor;
  370. bottom: -@popoverArrowOuterWidth;
  371. &:after {
  372. bottom: 1px;
  373. margin-left: -@popoverArrowWidth;
  374. border-bottom-width: 0;
  375. border-top-color: @popoverArrowColor;
  376. }
  377. }
  378. &.topRight .arrow {
  379. left: 90%;
  380. margin-left: -@popoverArrowOuterWidth;
  381. border-bottom-width: 0;
  382. border-top-color: #999; // IE8 fallback
  383. border-top-color: @popoverArrowOuterColor;
  384. bottom: -@popoverArrowOuterWidth;
  385. &:after {
  386. bottom: 1px;
  387. margin-left: -@popoverArrowWidth;
  388. border-bottom-width: 0;
  389. border-top-color: @popoverArrowColor;
  390. }
  391. }
  392. }