Skip to content

Commit 74794d8

Browse files
committed
grunt build
1 parent baf3244 commit 74794d8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

manager/templates/default/css/index-min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manager/templates/default/css/index.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -20838,6 +20838,7 @@ input::-moz-focus-inner {
2083820838
/* prevent firefox from creating ugly dotted outlines */
2083920839
position: relative;
2084020840
/* boundary for absolutely positioned elements */
20841+
z-index: 1;
2084120842
/* general styles for form labels, paddings for various form layouts are handled below */
2084220843
/* label.x-form-item-label */
2084320844
/* is outside of the label */
@@ -22938,7 +22939,7 @@ ul.x-tab-strip li {
2293822939
margin-left: 0;
2293922940
padding: 0 12px;
2294022941
position: relative;
22941-
z-index: 5;
22942+
z-index: 1;
2294222943
}
2294322944
html[dir=rtl] ul.x-tab-strip li {
2294422945
float: right;

0 commit comments

Comments
 (0)