css-bootstrap/roojs-bootstrap-debug.css.map
[roojs1] / css-bootstrap / roojs-bootstrap-debug.css
index 889601e..be59230 100644 (file)
@@ -2512,6 +2512,16 @@ a.roo-brick-link:hover {
 .tab-content > .tab-pane {
   position: absolute;
 }
+.tab-content > .tab-pane .navbar > .navbar-nav {
+  margin: 0 5px;
+}
+.tab-content > .tab-pane .navbar > .navbar-nav > .nav-item .form-group {
+  margin-bottom: 0px;
+}
+.tab-content > .tab-pane .navbar > .navbar-nav > .nav-item .input-group,
+.tab-content > .tab-pane .navbar > .navbar-nav > .nav-item button.roo-toolbar-button {
+  margin: 10px 5px;
+}
 /* for some reason it's -15px on BS */
 @media (min-width: 768px) {
   .navbar-right {
@@ -3135,9 +3145,12 @@ html[dir="rtl"] .roo-select2-container-multi .roo-select2-choices .roo-select2-s
   top: 4px;
   font-size: 12px;
   outline: none;
-  color: #999;
+  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;
   left: 3px;
@@ -3479,6 +3492,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;