Skip to content

Commit 4bfd51d

Browse files
authored
Merge pull request #730 from joomlatools/feature/729-jce
JCE editor buttons
2 parents fd8e079 + 886769e commit 4bfd51d

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14940,6 +14940,9 @@ html .form-inline .select2-container--bootstrap {
1494014940
.k-ui-j4-form .k-ui-namespace .editor-xtd-buttons .xtd-button.btn {
1494114941
margin-bottom: 4px;
1494214942
}
14943+
.k-ui-j4-form .k-ui-namespace .editor-xtd-buttons .xtd-button.btn.hidden {
14944+
display: none;
14945+
}
1494314946
.k-ui-j4-form .k-ui-namespace .editor-xtd-buttons .xtd-button [class^=icon-], .k-ui-j4-form .k-ui-namespace .editor-xtd-buttons .xtd-button [class*=" icon-"] {
1494414947
margin-right: 0 !important;
1494514948
}
@@ -16194,6 +16197,9 @@ html .form-inline .select2-container--bootstrap {
1619416197
.k-ui-j5-form .editor-xtd-buttons .xtd-button.btn {
1619516198
margin: 0 4px 4px 0;
1619616199
}
16200+
.k-ui-j5-form .editor-xtd-buttons .xtd-button.btn.hidden {
16201+
display: none;
16202+
}
1619716203
.k-ui-j5-form .editor-xtd-buttons .xtd-button [class^=icon-], .k-ui-j5-form .editor-xtd-buttons .xtd-button [class*=" icon-"] {
1619816204
margin-right: 0 !important;
1619916205
}

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.

code/libraries/joomlatools/component/koowa/resources/assets/scss/joomla4/_form.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,10 @@ details summary ~ * {
720720
&.btn {
721721
@extend .k-button;
722722
margin-bottom: 4px;
723+
724+
&.hidden {
725+
display: none;
726+
}
723727
}
724728

725729
&.btn-secondary {

code/libraries/joomlatools/component/koowa/resources/assets/scss/joomla5/_form.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,6 +1367,10 @@ details summary ~ * {
13671367

13681368
&.btn {
13691369
margin: 0 4px 4px 0;
1370+
1371+
&.hidden {
1372+
display: none;
1373+
}
13701374
}
13711375

13721376
&.btn-secondary {

0 commit comments

Comments
 (0)