-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df9e209
commit 8bc1444
Showing
16 changed files
with
940 additions
and
553 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,152 @@ | ||
/* Settings */ | ||
/* ========================================================================== | ||
// Super Table Settings | ||
// ========================================================================== */ | ||
|
||
table.editable tbody tr td.type-Label { | ||
background: #f9fafa; | ||
.supertable-configurator > .field { | ||
max-width: none; | ||
} | ||
|
||
table.editable tbody tr td.type-Label textarea { | ||
background: transparent; | ||
.supertable-configurator > .field > .input { | ||
min-height: 400px; | ||
position: relative; | ||
|
||
display: -webkit-box; | ||
display: -ms-flexbox; | ||
display: flex; | ||
} | ||
|
||
table.editable .icon.settings:before { | ||
color: rgba(0, 0, 0, 0.2); | ||
.supertable-configurator .stc-sidebar { | ||
width: 200px; | ||
border-radius: 3px 0 0 3px; | ||
border: 1px solid #e3e5e8; | ||
background: rgba(0, 0, 0, 0.03); | ||
} | ||
|
||
table.editable .icon.settings:hover:before { | ||
color: #0d78f2; | ||
.supertable-configurator .stc-sidebar > .col-inner-container > .field-items { | ||
margin-top: -1px; | ||
padding-top: 1px; | ||
} | ||
|
||
table.editable tbody textarea { | ||
border: 1px solid transparent; | ||
.supertableconfigitem { | ||
position: relative; | ||
margin-top: -1px; | ||
border-bottom: 1px solid rgba(0, 0, 0, 0.06); | ||
|
||
-webkit-user-select: none; | ||
-moz-user-select: none; | ||
-ms-user-select: none; | ||
cursor: default; | ||
} | ||
|
||
table.editable tbody textarea:focus { | ||
padding: 7px 10px; | ||
body.ltr .supertableconfigitem { | ||
padding: 11px 45px 10px 14px; | ||
} | ||
|
||
td.errors textarea { | ||
border: 1px solid #da5a47 !important; | ||
body.rtl .supertableconfigitem { | ||
padding: 11px 14px 10px 45px; | ||
} | ||
|
||
.supertableconfigitem.sel { | ||
background: rgba(0, 0, 0, 0.05); | ||
} | ||
|
||
.supertableconfigitem.error { | ||
background: rgba(255, 0, 0, 0.1); | ||
} | ||
|
||
/* Settings Field Settings Modal */ | ||
.supertableconfigitem.sel.error { | ||
background: rgba(200, 0, 0, 0.2); | ||
} | ||
|
||
.fieldsettingsmodal { | ||
padding-bottom: 58px; | ||
.supertableconfigitem .handle { | ||
font-size: 11px; | ||
color: #8f98a3; | ||
} | ||
|
||
.fieldsettingsmodal .spinner.big { | ||
width: 100%; | ||
height: 100%; | ||
} | ||
.supertableconfigitem .actions { | ||
position: absolute; | ||
width: 24px; | ||
} | ||
|
||
.fieldsettingsmodal .main { | ||
margin: -24px; | ||
padding: 24px; | ||
height: calc(100% - 48px); | ||
overflow: auto; | ||
position: relative; | ||
body.ltr .supertableconfigitem .actions { | ||
right: 0; | ||
} | ||
|
||
.fieldsettingsmodal .body { | ||
position: relative; | ||
height: 100%; | ||
body.rtl .supertableconfigitem .actions { | ||
left: 0; | ||
} | ||
|
||
.fieldsettingsmodal .body .content { | ||
height: calc(100% + 48px); | ||
.supertableconfigitem.stci-field .actions { | ||
top: 20px; | ||
} | ||
|
||
.fieldsettingsmodal .footer { | ||
position: absolute; | ||
bottom: 0; | ||
left: 0; | ||
width: 100%; | ||
.supertableconfigitem .actions .icon { | ||
display: block; | ||
margin-bottom: 1px; | ||
text-align: center; | ||
} | ||
|
||
.supertable-configurator .stc-sidebar > .col-inner-container > .field-items .btn { | ||
margin: 14px; | ||
} | ||
|
||
.supertable-configurator .stc-settings { | ||
border: 1px solid #e3e5e8; | ||
border-radius: 0 3px 3px 0; | ||
|
||
-webkit-box-flex: 1; | ||
-ms-flex-positive: 1; | ||
flex-grow: 1; | ||
|
||
-ms-flex-negative: 9999; | ||
flex-shrink: 9999; | ||
} | ||
|
||
body.ltr .supertable-configurator .stc-settings { | ||
border-left: 0; | ||
} | ||
|
||
body.rtl .supertable-configurator .stc-settings { | ||
border-right: 0; | ||
} | ||
|
||
.supertable-configurator .stc-settings > .col-inner-container > .field-items { | ||
padding: 24px; | ||
} | ||
|
||
.supertable-configurator .stc-sidebar > .col-inner-container > .heading, | ||
.supertable-configurator .stc-settings > .col-inner-container > .heading { | ||
padding: 7px 14px 6px; | ||
color: #8f98a3; | ||
margin: 0; | ||
border-bottom: 1px solid #e3e5e8; | ||
|
||
background-image: -webkit-linear-gradient(#f7f7f8, #f4f5f6); | ||
background-image: -moz-linear-gradient(#f7f7f8, #f4f5f6); | ||
background-image: -ms-linear-gradient(#f7f7f8, #f4f5f6); | ||
background-image: -o-linear-gradient(#f7f7f8, #f4f5f6); | ||
background-image: linear-gradient(#f7f7f8, #f4f5f6); | ||
} | ||
|
||
.supertable-configurator .stc-settings > .col-inner-container > .heading { | ||
padding-left: 24px; | ||
} | ||
|
||
|
||
|
||
/* ========================================================================== | ||
// Matrix > Super Table > Matrix Fixes | ||
// ========================================================================== */ | ||
|
||
.matrix-configurator .supertable-configurator .matrix-configurator .mc-sidebar .items { | ||
padding: 0; | ||
} | ||
|
||
/* Fix for outer Matrix > ST > Matrix container to allow x-axis scrolling. Otherwise, very difficult to use */ | ||
/* This actually applies to all Matrix fields everywhere, but testing hasn't proved any issues yet... */ | ||
.matrix-configurator > .field > .input { | ||
overflow-x: auto; | ||
} | ||
|
||
|
||
|
Oops, something went wrong.