css-bootstrap/roojs-bootstrap-debug.css.map
[roojs1] / css-bootstrap / roojs-bootstrap-debug.css
index 7e79a8d..f50eab4 100644 (file)
@@ -2512,6 +2512,21 @@ a.roo-brick-link:hover {
 .tab-content > .tab-pane {
   position: absolute;
 }
+.tab-content > .tab-pane .navbar > .navbar-nav > .nav-item .roo-toolbar {
+  margin: 0 5px;
+}
+.tab-content > .tab-pane .navbar > .navbar-nav > .nav-item .roo-toolbar > .column {
+  padding: 10px 5px;
+}
+.tab-content > .tab-pane .navbar > .navbar-nav > .nav-item .form-group {
+  margin-bottom: 0px;
+}
+.tab-content > .tab-pane .navbar > .navbar-nav > .nav-item .roo-toolbar-label {
+  margin: 10px 0;
+}
+.tab-content > .tab-pane .navbar > .navbar-nav a.dropdown-toggle {
+  padding: 10px 5px;
+}
 /* for some reason it's -15px on BS */
 @media (min-width: 768px) {
   .navbar-right {
@@ -3133,9 +3148,13 @@ html[dir="rtl"] .roo-select2-container-multi .roo-select2-choices .roo-select2-s
   position: absolute;
   right: 3px;
   top: 4px;
-  font-size: 1px;
+  font-size: 12px;
   outline: none;
-  background: url('../images/select2/select2.png') right top no-repeat;
+  color: #777777;
+  /*background: url('@{bootstrap-image-path}/select2/select2.png') right top no-repeat;*/
+}
+.roo-select2-search-choice-close:hover {
+  color: #333333;
 }
 html[dir="rtl"] .roo-select2-search-choice-close {
   right: auto;
@@ -3478,6 +3497,11 @@ html.bootstrap-sticky body {
 .table tfoot .navbar {
   min-height: inherit;
 }
+/* for ie11 && edge: fixing height inheriting from tbody to tr */
+.roo-ie11 table tbody tr,
+.roo-edge table tbody tr {
+  height: auto;
+}
 .header .top-bar {
   min-height: 30px;
   background: #777777;