Skip to content

Commit 8487fe5

Browse files
committed
#729 Compile CSS
1 parent 03151b5 commit 8487fe5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

code/libraries/joomlatools/component/koowa/resources/assets/css/admin.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16262,6 +16262,9 @@ html .form-inline .select2-container--bootstrap {
1626216262
background-image: none !important;
1626316263
vertical-align: inherit !important;
1626416264
}
16265+
.k-ui-j3-form .k-ui-namespace #editor-xtd-buttons .hidden {
16266+
display: none;
16267+
}
1626516268
.k-ui-j3-form .k-ui-namespace .btn-toolbar {
1626616269
margin: 1em 0 0;
1626716270
}
@@ -16327,7 +16330,8 @@ html .form-inline .select2-container--bootstrap {
1632716330
vertical-align: inherit !important;
1632816331
}
1632916332
.k-ui-j3-form [class^=icon-]:before,
16330-
.k-ui-j3-form [class*=" icon-"]:before {
16333+
.k-ui-j3-form [class*=" icon-"]:before,
16334+
.k-ui-j3-form .mceDefaultSkin .mce_none[class*=icon-]:before {
1633116335
font-family: "IcoMoon";
1633216336
font-style: normal;
1633316337
speak: none;

code/libraries/joomlatools/component/koowa/resources/assets/css/admin.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)