You are here

module_filter.modules_tabs.css in Module Filter 8.3

.winnow-input {
  display: block;
}
.modules-tabs {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  background: #e6e5e1;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
}
.modules-tabs__menu {
  float: left; /* LTR */
  width: 240px;
  margin: 0 -100% -1px 0; /* LTR */
  padding: 0;
  border-bottom: 1px solid #ccc;
  line-height: 1;
}
[dir="rtl"] .modules-tabs__menu {
  float: right;
  margin: 0 0 -1px -100%;
}
.modules-tabs__menu-item {
  background: #eee;
  border-top: 1px solid #ccc;
}
.modules-tabs__menu-item:first-child {
  border-top: 0 none;
}
.modules-tabs__menu-item.tab__new {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.modules-tabs__menu-item.suggest {
  background: #f9f9f9;
}
.modules-tabs__menu-item.disabled {
  background: #ccc;
  border-top-color: #bbb;
  border-bottom-color: #bbb;
}
.modules-tabs__menu-item a {
  display: block;
  text-decoration: none;
  padding: 10px;
}
.modules-tabs__menu-item a:hover,
.modules-tabs__menu-item a:focus {
  background: #d5d5d5;
  text-decoration: none;
  outline: 0;
}
.modules-tabs__menu-item.is-selected a,
.modules-tabs__menu-item.is-selected a:hover,
.modules-tabs__menu-item.is-selected a:focus,
.modules-tabs__menu-item.is-selected a:active {
  background-color: #fcfcfa;
  margin-right: -1px;
}
.modules-tabs__menu-item.disabled a,
.modules-tabs__menu-item.disabled span {
  color: #999;
}
.modules-tabs__menu-item.disabled a {
  pointer-events: none;
  cursor: default;
}
.modules-tabs__menu-item .summary {
  padding-top: 0.4em;
  color: #666;
  font-size: 0.846em;
  line-height: 1em;
}
.modules-tabs__menu-item ul.enabling {
  display: block;
  color: green;
  font-size: 0.75em;
  font-weight: bold;
}
.modules-tabs__menu-item ul.enabling:before {
  content: '+';
}
.modules-tabs__menu-item span.result {
  float: right;
  margin-top: 2px;
  color: #999;
  font-size: 10px;
}
.modules-tabs__menu-item.disabled span.result {
  display: none;
}
.modules-tabs__pane {
  margin: 0 0 0 240px; /* LTR */
  padding: 10px 15px;
  background: #fcfcfa;
  border-left: 1px solid #a6a5a1; /* LTR */
}
[dir="rtl"] .modules-tabs__pane {
  margin: 0 240px 0 0;
  border-left: none;
  border-right: 1px solid #a6a5a1;
}
.modules-tabs__pane:after {
  content: '';
  display: table;
  clear: both;
}
.modules-tabs__pane input.table-filter-text {
  width: 100%;
}
.modules-tabs__pane table {
  table-layout: fixed;
}
.modules-tabs__pane table col.checkbox {
  width: 8%;
}
.modules-tabs__pane table col.name {
  width: 25%;
}
.modules-tabs__pane table col.version {
  width: 10%;
}
.modules-tabs__pane table col.links {
  width: 15%;
}
.modules-tabs__pane table tr.enabling {
  background-color: #dfd;
}
.modules-tabs__pane table td details summary {
  overflow: hidden;
  text-overflow: ellipsis;
}

File

css/module_filter.modules_tabs.css
View source
  1. .winnow-input {
  2. display: block;
  3. }
  4. .modules-tabs {
  5. position: relative;
  6. overflow: hidden;
  7. margin: 10px 0;
  8. background: #e6e5e1;
  9. border: 1px solid #bdbdbd;
  10. border-radius: 4px;
  11. }
  12. .modules-tabs__menu {
  13. float: left; /* LTR */
  14. width: 240px;
  15. margin: 0 -100% -1px 0; /* LTR */
  16. padding: 0;
  17. border-bottom: 1px solid #ccc;
  18. line-height: 1;
  19. }
  20. [dir="rtl"] .modules-tabs__menu {
  21. float: right;
  22. margin: 0 0 -1px -100%;
  23. }
  24. .modules-tabs__menu-item {
  25. background: #eee;
  26. border-top: 1px solid #ccc;
  27. }
  28. .modules-tabs__menu-item:first-child {
  29. border-top: 0 none;
  30. }
  31. .modules-tabs__menu-item.tab__new {
  32. margin-bottom: 10px;
  33. border-bottom: 1px solid #ccc;
  34. }
  35. .modules-tabs__menu-item.suggest {
  36. background: #f9f9f9;
  37. }
  38. .modules-tabs__menu-item.disabled {
  39. background: #ccc;
  40. border-top-color: #bbb;
  41. border-bottom-color: #bbb;
  42. }
  43. .modules-tabs__menu-item a {
  44. display: block;
  45. text-decoration: none;
  46. padding: 10px;
  47. }
  48. .modules-tabs__menu-item a:hover,
  49. .modules-tabs__menu-item a:focus {
  50. background: #d5d5d5;
  51. text-decoration: none;
  52. outline: 0;
  53. }
  54. .modules-tabs__menu-item.is-selected a,
  55. .modules-tabs__menu-item.is-selected a:hover,
  56. .modules-tabs__menu-item.is-selected a:focus,
  57. .modules-tabs__menu-item.is-selected a:active {
  58. background-color: #fcfcfa;
  59. margin-right: -1px;
  60. }
  61. .modules-tabs__menu-item.disabled a,
  62. .modules-tabs__menu-item.disabled span {
  63. color: #999;
  64. }
  65. .modules-tabs__menu-item.disabled a {
  66. pointer-events: none;
  67. cursor: default;
  68. }
  69. .modules-tabs__menu-item .summary {
  70. padding-top: 0.4em;
  71. color: #666;
  72. font-size: 0.846em;
  73. line-height: 1em;
  74. }
  75. .modules-tabs__menu-item ul.enabling {
  76. display: block;
  77. color: green;
  78. font-size: 0.75em;
  79. font-weight: bold;
  80. }
  81. .modules-tabs__menu-item ul.enabling:before {
  82. content: '+';
  83. }
  84. .modules-tabs__menu-item span.result {
  85. float: right;
  86. margin-top: 2px;
  87. color: #999;
  88. font-size: 10px;
  89. }
  90. .modules-tabs__menu-item.disabled span.result {
  91. display: none;
  92. }
  93. .modules-tabs__pane {
  94. margin: 0 0 0 240px; /* LTR */
  95. padding: 10px 15px;
  96. background: #fcfcfa;
  97. border-left: 1px solid #a6a5a1; /* LTR */
  98. }
  99. [dir="rtl"] .modules-tabs__pane {
  100. margin: 0 240px 0 0;
  101. border-left: none;
  102. border-right: 1px solid #a6a5a1;
  103. }
  104. .modules-tabs__pane:after {
  105. content: '';
  106. display: table;
  107. clear: both;
  108. }
  109. .modules-tabs__pane input.table-filter-text {
  110. width: 100%;
  111. }
  112. .modules-tabs__pane table {
  113. table-layout: fixed;
  114. }
  115. .modules-tabs__pane table col.checkbox {
  116. width: 8%;
  117. }
  118. .modules-tabs__pane table col.name {
  119. width: 25%;
  120. }
  121. .modules-tabs__pane table col.version {
  122. width: 10%;
  123. }
  124. .modules-tabs__pane table col.links {
  125. width: 15%;
  126. }
  127. .modules-tabs__pane table tr.enabling {
  128. background-color: #dfd;
  129. }
  130. .modules-tabs__pane table td details summary {
  131. overflow: hidden;
  132. text-overflow: ellipsis;
  133. }