You are here

tb_megamenu.admin.css in The Better Mega Menu 8

Same filename and directory in other branches
  1. 2.x css/tb_megamenu.admin.css
/* -------------------------------------------------*/
/* TB ADMIN STYLE
----------------------------------------------------*/
.tb-megamenu .dropdown-menu li > a:hover,
.tb-megamenu .dropdown-menu li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a {
  background: #4f4f4f;
}

.tb-megamenu .dropdown-menu a:visited {
  color: #666;
}

.tb-megamenu hr {
  margin: 0;
}

.tb-megamenu-admin-form .disabled {
  pointer-events: none;
  cursor: default;
  opacity: .3;
}

/* -------------------------------------------------*/
/* TB MEGAMENU ADMIN UI
---------------------------------------------------*/

#tb-megamenu-admin {
  min-height: 800px;
  background: url(../images/grid-bg.jpg) top left;
  margin: 0 -20px;
}

.tb-megamenu .admin-inline-toolbox h3 {
  font-size: 18px;
  line-height: 20px;
}

.tb-megamenu .admin-inline-toolbox h3 a.back-megamenu-toolbox {
  font-size: 13px;
  font-weight: normal;
}


/* Intro
---------------------*/
#tb-megamenu-admin-mm-intro {
  float: left;
  padding: 20px 145px 20px 20px;
  text-shadow: 0 1px 1px white;
}

#tb-megamenu-admin-mm-intro h3 {
  margin-top: 0;
}

#tb-megamenu-admin-mm-intro p,
#tb-megamenu-admin-mm-toolitem p,
#tb-megamenu-admin-mm-toolcol p,
#tb-megamenu-admin-mm-toolsub p {
  display: block;
  color: #999999;
  font-size: 95%;
  overflow: hidden;
}

/* Toolbox
---------------------*/
#tb-megamenu-admin-mm-tb {
  float: left;
  text-shadow: 0 1px 1px #fff;
}

#tb-megamenu-admin .admin-inline-toolbox {
  position: relative;
}

#tb-megamenu-admin-mm-tb .admin-toolbox {
  padding: 20px;
  display: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}

#tb-megamenu-admin-mm-tb .admin-toolbox h3 {
  margin-top: 0;
}

#tb-megamenu-admin-mm-tb .admin-toolbox ul {
  margin-left: 0;
  margin-right: 20px;
  float: left;
}

#tb-megamenu-admin-mm-intro > ul > li {
  float: left;
}

#tb-megamenu-admin-mm-intro li {
  margin-right: 20px;
}

#tb-megamenu-admin-mm-tb .admin-toolbox li > label,
#tb-megamenu-admin-mm-tb .admin-toolbox li > label a,
#tb-megamenu-admin-mm-intro li > label,
#tb-megamenu-admin-mm-intro li > label a {
  font-size: 11px;
  color: #999999;
}

#tb-megamenu-admin-mm-tb .btn [class^="fa-"],
#tb-megamenu-admin-mm-tb .btn [class*=" fa-"] {
  margin-right: 0;
}

#tb-megamenu-admin-mm-tb .admin-toolbox li > label a:focus,
#tb-megamenu-admin-mm-tb .admin-toolbox li > label a:hover,
#tb-megamenu-admin-mm-intro li > label a:hover,
#tb-megamenu-admin-mm-intro li > label a:focus {
  color: #0077bb;
}

/* Toolbox Actions ---- */
.tb-megamenu-admin-mm-row .toolbox-actions-group {
  bottom: 28px;
  position: absolute;
  right: 20px;
}

.tb-megamenu-admin-mm-row .toolbox-links-groups {
  top: 20px;
  position: absolute;
  right: 20px;
}

.tb-megamenu-admin-mm-row .toolbox-links-groups a {
  color: #0074bd;
  margin-left: 8px;
}

.tb-megamenu-admin-mm-row .toolbox-links-groups a:hover,
.tb-megamenu-admin-mm-row .toolbox-links-groups a:focus {
  text-decoration: underline;
}

/* Fullscreen Toggle */
.tb-megamenu #navigation_params .tb-megamenu-admin-tog-fullscreen {
  position: absolute;
  right: 0;
  top: -50px;
}

/* ADMIN LAYOUT
---------------------------------------------------*/
.tb-megamenu #tb-megamenu-block-wrapper .chosen-container,
.tb-megamenu #tb-megamenu-block-wrapper .chosen-drop {
  width: 230px !important;
}

.tb-megamenu .chosen-container,
.tb-megamenu .chosen-drop {
  max-width: 100% !important;
  min-width: 100px;
  width: 100% !important;
}

/* Toolbar ---*/
#tb-megamenu-admin fieldset {
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
}

#tb-megamenu-admin-toolbar .btn-group {
  margin-left: 5px;
}

#tb-megamenu-admin-toolbar #tb-megamenu-admin-tb-save {
  margin-right: 15px;
  margin-left: 15px;
}

#tb-megamenu-admin-toolbar #tb-megamenu-admin-tb-close {
  margin-left: 20px;
}

.tb-megamenu .btn [class^="fa-"],
.tb-megamenu .btn [class*=" fa-"] {
  line-height: 1;
  margin-right: 5px;
  font-size: 14px;
}

#tb-megamenu-admin-toolbar button {
  box-shadow: 1px 2px 2px rgba(0,0,0,.1);
}

/* Loading */
#tb-megamenu-admin-tb-recompile .fa-loading,
#tb-megamenu-admin-tb-recompile.loading .fa-check {
  display: none;
}

#tb-megamenu-admin-tb-recompile.loading .fa-loading {
  display: inline-block;
  background: url(../images/loading.gif) no-repeat !important;
  width: 14px;
  height: 14px;
  margin-bottom: -2px;
}


/* ADMIN TOOLBOX
---------------------------------------------------*/
.tb-megamenu .admin-inline-toolbox {
  margin: 15px 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  background: #eee;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

.tb-megamenu .admin-inline-toolbox ul {
  margin: 0;
  padding: 0;
}

.tb-megamenu .admin-inline-toolbox li {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}

/* Fullscreen Toggle */
.tb-megamenu-admin-tog-fullscreen {
  border: 1px solid #ccc;
  background: #e6e6e6;
  padding: 5px 10px;
}


/* ADMIN FORMS
---------------------------------------------------*/
/* Reset --- */
.tb-megamenu form label,
form span.faux-label,
.tb-megamenu input#jform_title,
input#jform_leveltitle,
input#jform_grouptitle {
  font-size: 100%;
}

.tb-megamenu fieldset input,
.tb-megamenu fieldset textarea,
.tb-megamenu fieldset select,
.tb-megamenu fieldset img,
.tb-megamenu fieldset button {
  margin: 0;
  float: none;
}

.tb-megamenu fieldset p {
  font-size: 100%;
  margin-bottom: 10px;
}

/* Button --- */
.tb-megamenu select,
textarea,
.tb-megamenu input[type="text"],
input[type="password"],
input[type="datetime"],
.tb-megamenu input[type="datetime-local"],
input[type="date"],
input[type="month"],
.tb-megamenu input[type="time"],
input[type="week"],
input[type="number"],
.tb-megamenu input[type="email"],
input[type="url"],
input[type="search"],
.tb-megamenu input[type="tel"],
input[type="color"],
.uneditable-input,
.tb-megamenu .input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  height: 22px;
  line-height: 22px;
}

.tb-megamenu select,
input[type="file"] {
  height: 32px;
  line-height: 32px;
}

/* Radio
--------*/
/* Radio Button Groups ---*/
.tb-megamenu .radio.btn-group input[type=radio] {
  display: none;
}

.tb-megamenu .radio.btn-group > label:first-of-type {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.tb-megamenu fieldset.radio.btn-group {
  padding-left: 0;
  padding-top: 0 !important;
}

.tb-megamenu fieldset select {
  width: 180px;
}


/* Buttons
---------- */
.tb-megamenu .btn {
  line-height: 22px;
}

.tb-megamenu .btn-success:hover {
  border-color: #479047;
}


/* PLUGINS STYLES
--------------------------------------------------*/
/* Choosen
----------*/
/* @group Base */
.tb-megamenu .chosen-container {
  font-size: 14px;
}

.tb-megamenu .chosen-container .chosen-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  top: 29px;
  left: 0;
  box-shadow: 0 4px 5px rgba(0,0,0,.15);
}
/* @end */


/* @group Single Chosen */
.tb-megamenu .chosen-container-single .chosen-single {
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  font-size: 13px;
/*  height: 30px;
  line-height: 21px;*/
  padding: 4px 0 4px 8px;
  color: #555;
}

.tb-megamenu .chosen-container-single .chosen-default {
  color: #999;
}

.tb-megamenu .chosen-container-single .chosen-single span {
  margin-right: 26px;
}

.tb-megamenu .chosen-container-single .chosen-single abbr {
  right: 26px;
  top: 10px;
}

.tb-megamenu .chosen-container-single .chosen-single div {
  width: 20px;
}

.tb-megamenu .chosen-container-single .chosen-single div b {
  background-position: 0 4px;
}

.tb-megamenu .chosen-container-single .chosen-search {
  padding: 5px 4px;
  overflow: hidden;
}

.tb-megamenu .chosen-container-single .chosen-search input {
  background-image: url(../images/search-invert.png);
  background-position: 95% center;
  margin: 0;
  padding: 2px 20px 2px 5px;
  border: 1px solid #eee;
  float: none;
}

.tb-megamenu .chosen-container-single .chosen-search input:focus {
  border: 1px solid rgba(82, 168, 236, .6);
}

.tb-megamenu .chosen-container .chosen-results li {
  display: block;
  font-size: 13px;
  margin-right: 0 !important;
  padding: 8px;
}

.tb-megamenu .chosen-container-single .chosen-drop {
  border-radius: 0 0 3px 3px;
  display: none;
  width: 99%;
}

.tb-megamenu .chosen-with-drop .chosen-drop {
  display: block;
}

/* @end */


/* @group Results */
.tb-megamenu .chosen-container .chosen-results {
  clear: both;
  width: 100%;
}

.tb-megamenu .chosen-container .chosen-results .highlighted {
  background-color: #07b;
  background-image: -moz-linear-gradient(top, #0097ee, #0077bb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0097ee), to(#0077bb));
  background-image: -webkit-linear-gradient(top, #0097ee, #0077bb);
  background-image: -o-linear-gradient(top, #0097ee, #0077bb);
  background-image: linear-gradient(to bottom, #0097ee, #0077bb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0097ee', endColorstr='#ff0077bb', GradientType=0);
  color: #fff;
  text-shadow: none;
}

.tb-megamenu .chosen-container .chosen-results li em {
  background: #feffde;
  font-style: normal;
}

.tb-megamenu .chosen-container .chosen-results .highlighted em {
  background: transparent;
}

.tb-megamenu .chosen-container .chosen-results .no-results {
  background: #f4f4f4;
  display: list-item;
}

.tb-megamenu .chosen-container .chosen-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}

.tb-megamenu .chosen-container .chosen-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}

.tb-megamenu .chosen-container .chosen-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}

.tb-megamenu .chosen-container .chosen-results-scroll-down {
  bottom: 0;
}

.tb-megamenu .chosen-container .chosen-results-scroll-down span {
  background-position: -4px -3px;
}

.tb-megamenu .chosen-container .chosen-results-scroll-up span {
  background-position: -22px -3px;
}
/* @end */


/* @group Active  */
.tb-megamenu .chosen-container-active .chosen-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #07b;
}

.tb-megamenu .chosen-with-drop a.chosen-single {
  border: 1px solid #aaa;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tb-megamenu .chosen-with-drop a.chosen-single div b {
  background-position: -18px 5px;
}

.tb-megamenu .chosen-container-active .chosen-choices {
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #07b;
}

.tb-megamenu .chosen-container-active .chosen-choices .search-field input {
  color: #333 !important;
}
/* @end */

/* Fix for Font Awesome */
.tb-megamenu [class^="fa-"]:before,
.tb-megamenu [class*=" fa-"]:before {
  font-family: "FontAwesome";
}

.tb-megamenu .fa-eye-open:before,
.tb-megamenu .fa-eye:before {
  content: "\f06e";
}

File

css/tb_megamenu.admin.css
View source
  1. /* -------------------------------------------------*/
  2. /* TB ADMIN STYLE
  3. ----------------------------------------------------*/
  4. .tb-megamenu .dropdown-menu li > a:hover,
  5. .tb-megamenu .dropdown-menu li > a:focus,
  6. .tb-megamenu .dropdown-submenu:hover > a {
  7. background: #4f4f4f;
  8. }
  9. .tb-megamenu .dropdown-menu a:visited {
  10. color: #666;
  11. }
  12. .tb-megamenu hr {
  13. margin: 0;
  14. }
  15. .tb-megamenu-admin-form .disabled {
  16. pointer-events: none;
  17. cursor: default;
  18. opacity: .3;
  19. }
  20. /* -------------------------------------------------*/
  21. /* TB MEGAMENU ADMIN UI
  22. ---------------------------------------------------*/
  23. #tb-megamenu-admin {
  24. min-height: 800px;
  25. background: url(../images/grid-bg.jpg) top left;
  26. margin: 0 -20px;
  27. }
  28. .tb-megamenu .admin-inline-toolbox h3 {
  29. font-size: 18px;
  30. line-height: 20px;
  31. }
  32. .tb-megamenu .admin-inline-toolbox h3 a.back-megamenu-toolbox {
  33. font-size: 13px;
  34. font-weight: normal;
  35. }
  36. /* Intro
  37. ---------------------*/
  38. #tb-megamenu-admin-mm-intro {
  39. float: left;
  40. padding: 20px 145px 20px 20px;
  41. text-shadow: 0 1px 1px white;
  42. }
  43. #tb-megamenu-admin-mm-intro h3 {
  44. margin-top: 0;
  45. }
  46. #tb-megamenu-admin-mm-intro p,
  47. #tb-megamenu-admin-mm-toolitem p,
  48. #tb-megamenu-admin-mm-toolcol p,
  49. #tb-megamenu-admin-mm-toolsub p {
  50. display: block;
  51. color: #999999;
  52. font-size: 95%;
  53. overflow: hidden;
  54. }
  55. /* Toolbox
  56. ---------------------*/
  57. #tb-megamenu-admin-mm-tb {
  58. float: left;
  59. text-shadow: 0 1px 1px #fff;
  60. }
  61. #tb-megamenu-admin .admin-inline-toolbox {
  62. position: relative;
  63. }
  64. #tb-megamenu-admin-mm-tb .admin-toolbox {
  65. padding: 20px;
  66. display: none;
  67. box-sizing: border-box;
  68. -moz-box-sizing: border-box;
  69. -webkit-box-sizing: border-box;
  70. -o-box-sizing: border-box;
  71. }
  72. #tb-megamenu-admin-mm-tb .admin-toolbox h3 {
  73. margin-top: 0;
  74. }
  75. #tb-megamenu-admin-mm-tb .admin-toolbox ul {
  76. margin-left: 0;
  77. margin-right: 20px;
  78. float: left;
  79. }
  80. #tb-megamenu-admin-mm-intro > ul > li {
  81. float: left;
  82. }
  83. #tb-megamenu-admin-mm-intro li {
  84. margin-right: 20px;
  85. }
  86. #tb-megamenu-admin-mm-tb .admin-toolbox li > label,
  87. #tb-megamenu-admin-mm-tb .admin-toolbox li > label a,
  88. #tb-megamenu-admin-mm-intro li > label,
  89. #tb-megamenu-admin-mm-intro li > label a {
  90. font-size: 11px;
  91. color: #999999;
  92. }
  93. #tb-megamenu-admin-mm-tb .btn [class^="fa-"],
  94. #tb-megamenu-admin-mm-tb .btn [class*=" fa-"] {
  95. margin-right: 0;
  96. }
  97. #tb-megamenu-admin-mm-tb .admin-toolbox li > label a:focus,
  98. #tb-megamenu-admin-mm-tb .admin-toolbox li > label a:hover,
  99. #tb-megamenu-admin-mm-intro li > label a:hover,
  100. #tb-megamenu-admin-mm-intro li > label a:focus {
  101. color: #0077bb;
  102. }
  103. /* Toolbox Actions ---- */
  104. .tb-megamenu-admin-mm-row .toolbox-actions-group {
  105. bottom: 28px;
  106. position: absolute;
  107. right: 20px;
  108. }
  109. .tb-megamenu-admin-mm-row .toolbox-links-groups {
  110. top: 20px;
  111. position: absolute;
  112. right: 20px;
  113. }
  114. .tb-megamenu-admin-mm-row .toolbox-links-groups a {
  115. color: #0074bd;
  116. margin-left: 8px;
  117. }
  118. .tb-megamenu-admin-mm-row .toolbox-links-groups a:hover,
  119. .tb-megamenu-admin-mm-row .toolbox-links-groups a:focus {
  120. text-decoration: underline;
  121. }
  122. /* Fullscreen Toggle */
  123. .tb-megamenu #navigation_params .tb-megamenu-admin-tog-fullscreen {
  124. position: absolute;
  125. right: 0;
  126. top: -50px;
  127. }
  128. /* ADMIN LAYOUT
  129. ---------------------------------------------------*/
  130. .tb-megamenu #tb-megamenu-block-wrapper .chosen-container,
  131. .tb-megamenu #tb-megamenu-block-wrapper .chosen-drop {
  132. width: 230px !important;
  133. }
  134. .tb-megamenu .chosen-container,
  135. .tb-megamenu .chosen-drop {
  136. max-width: 100% !important;
  137. min-width: 100px;
  138. width: 100% !important;
  139. }
  140. /* Toolbar ---*/
  141. #tb-megamenu-admin fieldset {
  142. background: none;
  143. padding: 0;
  144. margin: 0;
  145. border: 0;
  146. }
  147. #tb-megamenu-admin-toolbar .btn-group {
  148. margin-left: 5px;
  149. }
  150. #tb-megamenu-admin-toolbar #tb-megamenu-admin-tb-save {
  151. margin-right: 15px;
  152. margin-left: 15px;
  153. }
  154. #tb-megamenu-admin-toolbar #tb-megamenu-admin-tb-close {
  155. margin-left: 20px;
  156. }
  157. .tb-megamenu .btn [class^="fa-"],
  158. .tb-megamenu .btn [class*=" fa-"] {
  159. line-height: 1;
  160. margin-right: 5px;
  161. font-size: 14px;
  162. }
  163. #tb-megamenu-admin-toolbar button {
  164. box-shadow: 1px 2px 2px rgba(0,0,0,.1);
  165. }
  166. /* Loading */
  167. #tb-megamenu-admin-tb-recompile .fa-loading,
  168. #tb-megamenu-admin-tb-recompile.loading .fa-check {
  169. display: none;
  170. }
  171. #tb-megamenu-admin-tb-recompile.loading .fa-loading {
  172. display: inline-block;
  173. background: url(../images/loading.gif) no-repeat !important;
  174. width: 14px;
  175. height: 14px;
  176. margin-bottom: -2px;
  177. }
  178. /* ADMIN TOOLBOX
  179. ---------------------------------------------------*/
  180. .tb-megamenu .admin-inline-toolbox {
  181. margin: 15px 0 20px;
  182. box-sizing: border-box;
  183. -moz-box-sizing: border-box;
  184. -webkit-box-sizing: border-box;
  185. -o-box-sizing: border-box;
  186. background: #eee;
  187. border-bottom: 1px solid #e6e6e6;
  188. border-top: 1px solid #e6e6e6;
  189. }
  190. .tb-megamenu .admin-inline-toolbox ul {
  191. margin: 0;
  192. padding: 0;
  193. }
  194. .tb-megamenu .admin-inline-toolbox li {
  195. margin: 0;
  196. padding: 0;
  197. display: inline-block;
  198. list-style: none;
  199. }
  200. /* Fullscreen Toggle */
  201. .tb-megamenu-admin-tog-fullscreen {
  202. border: 1px solid #ccc;
  203. background: #e6e6e6;
  204. padding: 5px 10px;
  205. }
  206. /* ADMIN FORMS
  207. ---------------------------------------------------*/
  208. /* Reset --- */
  209. .tb-megamenu form label,
  210. form span.faux-label,
  211. .tb-megamenu input#jform_title,
  212. input#jform_leveltitle,
  213. input#jform_grouptitle {
  214. font-size: 100%;
  215. }
  216. .tb-megamenu fieldset input,
  217. .tb-megamenu fieldset textarea,
  218. .tb-megamenu fieldset select,
  219. .tb-megamenu fieldset img,
  220. .tb-megamenu fieldset button {
  221. margin: 0;
  222. float: none;
  223. }
  224. .tb-megamenu fieldset p {
  225. font-size: 100%;
  226. margin-bottom: 10px;
  227. }
  228. /* Button --- */
  229. .tb-megamenu select,
  230. textarea,
  231. .tb-megamenu input[type="text"],
  232. input[type="password"],
  233. input[type="datetime"],
  234. .tb-megamenu input[type="datetime-local"],
  235. input[type="date"],
  236. input[type="month"],
  237. .tb-megamenu input[type="time"],
  238. input[type="week"],
  239. input[type="number"],
  240. .tb-megamenu input[type="email"],
  241. input[type="url"],
  242. input[type="search"],
  243. .tb-megamenu input[type="tel"],
  244. input[type="color"],
  245. .uneditable-input,
  246. .tb-megamenu .input-append .add-on,
  247. .input-prepend .add-on,
  248. .input-append .btn,
  249. .input-prepend .btn {
  250. height: 22px;
  251. line-height: 22px;
  252. }
  253. .tb-megamenu select,
  254. input[type="file"] {
  255. height: 32px;
  256. line-height: 32px;
  257. }
  258. /* Radio
  259. --------*/
  260. /* Radio Button Groups ---*/
  261. .tb-megamenu .radio.btn-group input[type=radio] {
  262. display: none;
  263. }
  264. .tb-megamenu .radio.btn-group > label:first-of-type {
  265. margin-left: 0;
  266. border-bottom-left-radius: 4px;
  267. border-top-left-radius: 4px;
  268. }
  269. .tb-megamenu fieldset.radio.btn-group {
  270. padding-left: 0;
  271. padding-top: 0 !important;
  272. }
  273. .tb-megamenu fieldset select {
  274. width: 180px;
  275. }
  276. /* Buttons
  277. ---------- */
  278. .tb-megamenu .btn {
  279. line-height: 22px;
  280. }
  281. .tb-megamenu .btn-success:hover {
  282. border-color: #479047;
  283. }
  284. /* PLUGINS STYLES
  285. --------------------------------------------------*/
  286. /* Choosen
  287. ----------*/
  288. /* @group Base */
  289. .tb-megamenu .chosen-container {
  290. font-size: 14px;
  291. }
  292. .tb-megamenu .chosen-container .chosen-drop {
  293. background: #fff;
  294. border: 1px solid #aaa;
  295. border-top: 0;
  296. top: 29px;
  297. left: 0;
  298. box-shadow: 0 4px 5px rgba(0,0,0,.15);
  299. }
  300. /* @end */
  301. /* @group Single Chosen */
  302. .tb-megamenu .chosen-container-single .chosen-single {
  303. border-radius: 3px;
  304. border: 1px solid #ccc;
  305. box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  306. font-size: 13px;
  307. /* height: 30px;
  308. line-height: 21px;*/
  309. padding: 4px 0 4px 8px;
  310. color: #555;
  311. }
  312. .tb-megamenu .chosen-container-single .chosen-default {
  313. color: #999;
  314. }
  315. .tb-megamenu .chosen-container-single .chosen-single span {
  316. margin-right: 26px;
  317. }
  318. .tb-megamenu .chosen-container-single .chosen-single abbr {
  319. right: 26px;
  320. top: 10px;
  321. }
  322. .tb-megamenu .chosen-container-single .chosen-single div {
  323. width: 20px;
  324. }
  325. .tb-megamenu .chosen-container-single .chosen-single div b {
  326. background-position: 0 4px;
  327. }
  328. .tb-megamenu .chosen-container-single .chosen-search {
  329. padding: 5px 4px;
  330. overflow: hidden;
  331. }
  332. .tb-megamenu .chosen-container-single .chosen-search input {
  333. background-image: url(../images/search-invert.png);
  334. background-position: 95% center;
  335. margin: 0;
  336. padding: 2px 20px 2px 5px;
  337. border: 1px solid #eee;
  338. float: none;
  339. }
  340. .tb-megamenu .chosen-container-single .chosen-search input:focus {
  341. border: 1px solid rgba(82, 168, 236, .6);
  342. }
  343. .tb-megamenu .chosen-container .chosen-results li {
  344. display: block;
  345. font-size: 13px;
  346. margin-right: 0 !important;
  347. padding: 8px;
  348. }
  349. .tb-megamenu .chosen-container-single .chosen-drop {
  350. border-radius: 0 0 3px 3px;
  351. display: none;
  352. width: 99%;
  353. }
  354. .tb-megamenu .chosen-with-drop .chosen-drop {
  355. display: block;
  356. }
  357. /* @end */
  358. /* @group Results */
  359. .tb-megamenu .chosen-container .chosen-results {
  360. clear: both;
  361. width: 100%;
  362. }
  363. .tb-megamenu .chosen-container .chosen-results .highlighted {
  364. background-color: #07b;
  365. background-image: -moz-linear-gradient(top, #0097ee, #0077bb);
  366. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0097ee), to(#0077bb));
  367. background-image: -webkit-linear-gradient(top, #0097ee, #0077bb);
  368. background-image: -o-linear-gradient(top, #0097ee, #0077bb);
  369. background-image: linear-gradient(to bottom, #0097ee, #0077bb);
  370. background-repeat: repeat-x;
  371. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0097ee', endColorstr='#ff0077bb', GradientType=0);
  372. color: #fff;
  373. text-shadow: none;
  374. }
  375. .tb-megamenu .chosen-container .chosen-results li em {
  376. background: #feffde;
  377. font-style: normal;
  378. }
  379. .tb-megamenu .chosen-container .chosen-results .highlighted em {
  380. background: transparent;
  381. }
  382. .tb-megamenu .chosen-container .chosen-results .no-results {
  383. background: #f4f4f4;
  384. display: list-item;
  385. }
  386. .tb-megamenu .chosen-container .chosen-results .group-result {
  387. cursor: default;
  388. color: #999;
  389. font-weight: bold;
  390. }
  391. .tb-megamenu .chosen-container .chosen-results-scroll {
  392. background: white;
  393. margin: 0 4px;
  394. position: absolute;
  395. text-align: center;
  396. width: 321px; /* This should by dynamic with js */
  397. z-index: 1;
  398. }
  399. .tb-megamenu .chosen-container .chosen-results-scroll span {
  400. display: inline-block;
  401. height: 17px;
  402. text-indent: -5000px;
  403. width: 9px;
  404. }
  405. .tb-megamenu .chosen-container .chosen-results-scroll-down {
  406. bottom: 0;
  407. }
  408. .tb-megamenu .chosen-container .chosen-results-scroll-down span {
  409. background-position: -4px -3px;
  410. }
  411. .tb-megamenu .chosen-container .chosen-results-scroll-up span {
  412. background-position: -22px -3px;
  413. }
  414. /* @end */
  415. /* @group Active */
  416. .tb-megamenu .chosen-container-active .chosen-single {
  417. -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  418. -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
  419. box-shadow: 0 0 5px rgba(0,0,0,.3);
  420. border: 1px solid #07b;
  421. }
  422. .tb-megamenu .chosen-with-drop a.chosen-single {
  423. border: 1px solid #aaa;
  424. background-color: #eee;
  425. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  426. background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  427. background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  428. background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  429. background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  430. background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  431. border-bottom-left-radius: 0;
  432. border-bottom-right-radius: 0;
  433. }
  434. .tb-megamenu .chosen-with-drop a.chosen-single div b {
  435. background-position: -18px 5px;
  436. }
  437. .tb-megamenu .chosen-container-active .chosen-choices {
  438. box-shadow: 0 0 5px rgba(0,0,0,.3);
  439. border: 1px solid #07b;
  440. }
  441. .tb-megamenu .chosen-container-active .chosen-choices .search-field input {
  442. color: #333 !important;
  443. }
  444. /* @end */
  445. /* Fix for Font Awesome */
  446. .tb-megamenu [class^="fa-"]:before,
  447. .tb-megamenu [class*=" fa-"]:before {
  448. font-family: "FontAwesome";
  449. }
  450. .tb-megamenu .fa-eye-open:before,
  451. .tb-megamenu .fa-eye:before {
  452. content: "\f06e";
  453. }