guy 8 years ago
parent
commit
7fe15a382e
  1. 2
      bi/core.css
  2. 2
      docs/core.css
  3. 2
      src/css/core/utils/common.css
  4. 2
      src/less/core/utils/common.less

2
bi/core.css

@ -3058,7 +3058,7 @@ i {
background: #1a1a1a; background: #1a1a1a;
opacity: 0.2; opacity: 0.2;
filter: alpha(opacity=20); filter: alpha(opacity=20);
z-index: 1000000000; z-index: 1000000000 !important;
} }
.bi-theme-dark .bi-resizer { .bi-theme-dark .bi-resizer {
background: #ffffff; background: #ffffff;

2
docs/core.css

@ -3058,7 +3058,7 @@ i {
background: #1a1a1a; background: #1a1a1a;
opacity: 0.2; opacity: 0.2;
filter: alpha(opacity=20); filter: alpha(opacity=20);
z-index: 1000000000; z-index: 1000000000 !important;
} }
.bi-theme-dark .bi-resizer { .bi-theme-dark .bi-resizer {
background: #ffffff; background: #ffffff;

2
src/css/core/utils/common.css

@ -105,7 +105,7 @@
background: #1a1a1a; background: #1a1a1a;
opacity: 0.2; opacity: 0.2;
filter: alpha(opacity=20); filter: alpha(opacity=20);
z-index: 1000000000; z-index: 1000000000 !important;
} }
.bi-theme-dark .bi-resizer { .bi-theme-dark .bi-resizer {
background: #ffffff; background: #ffffff;

2
src/less/core/utils/common.less

@ -148,7 +148,7 @@
.bi-resizer { .bi-resizer {
background: @color-bi-background-black; background: @color-bi-background-black;
.opacity(0.2); .opacity(0.2);
z-index: @zIndex-tip; z-index: @zIndex-tip !important;
} }
.bi-theme-dark { .bi-theme-dark {

Loading…
Cancel
Save