Advertisement
Guest User

SmarterTrack 13 Admin improvements

a guest
Nov 23rd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.65 KB | None | 0 0
  1. body {
  2.     font-family: "Open Sans", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
  3.     line-height: 180%!important;
  4.     color: #434a54!important;
  5.     background: #fafafc!important;
  6. }
  7. .panel-grid .panel-item.selected {
  8.     background-color: #cde6f3 !important;
  9. }
  10. div.replyin {
  11.     border-style: solid;
  12.     border-width: 2px;
  13.     border-color: #edbc98;
  14.     margin: 0 0 1em;
  15. }
  16. div.replyout {
  17.     border-style: solid;
  18.     border-width: 2px;
  19.     border-color: #6ea6c5;
  20.     margin: 0 0 1em;
  21. }
  22. .SearchBar {
  23.     background-color: #fff;
  24.     padding: 0px;
  25. }
  26. .SearchBar div.SearchBarContainer {
  27.     width: auto;
  28.     background-color: #b6e98766;
  29.     display: -webkit-box;
  30.     display: -ms-flexbox;
  31.     display: flex;
  32.     line-height: 120% !important;
  33. }
  34. .SearchBar div.SearchBarContainer a {
  35.     -webkit-user-select: none;
  36.     -moz-user-select: none;
  37.     -ms-user-select: none;
  38.     user-select: none;
  39.     margin: 0px;
  40.     cursor: pointer;
  41.     color: #444;
  42. }
  43. div.note {
  44.     border-style: solid;
  45.     font-style: italic;
  46.     border-width: 12px;
  47.     border-color: #f5f58ee6;
  48. }
  49. .SearchBar div.SearchBarContainer input {
  50.     box-shadow: 0 0;
  51.     -webkit-box-flex: 1;
  52.     -ms-flex: 1 1 auto;
  53.     flex: 1 1 auto;
  54.     height: 18px;
  55.     font-size: 1em;
  56.     line-height: 20px;
  57.     margin: 2px 2px 0;
  58.     padding: 0;
  59.     border: none;
  60.     background: 0 0;
  61.     -webkit-appearance: none;
  62.     -webkit-box-ordinal-group: 2;
  63.     -ms-flex-order: 1;
  64.     order: 1;
  65. }
  66. .panel-grid .panel-item > div:nth-child(1) > div:nth-child(1) {
  67.     display: none;
  68. }
  69. div.panel-item > div:nth-child(1) > div:nth-child(3) {
  70.     display: none;
  71. }
  72. div.panel-item > div:nth-child(1) > div:nth-child(4) {
  73.     display: none;
  74. }
  75. .panel-grid .panel-item .row.side-status {
  76.     padding-left: 14px;
  77. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement