Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
904 changes: 676 additions & 228 deletions admin/assets/less/flexi_backend.less

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/assets/less/flexi_backend_rtl.less
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ div#fc-dash-sliders .panel .title {
margin: 0px;
padding: 12px 0px 0px 0px;
width: auto;
border-top: 1px solid #ccc;
border-top: 1px solid var(--border-color);
}

div#fc-dash-sliders table.table {
Expand Down
1 change: 0 additions & 1 deletion admin/assets/less/flexicontentbackend.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import '../../../../../components/com_flexicontent/assets/css/config.css';

@import url('../../../../../components/com_flexicontent/assets/less/flexi_form.less');
@import url('../../../../../components/com_flexicontent/assets/less/flexi_containers.less');
@import url('../../../../../components/com_flexicontent/assets/less/flexi_shared.less');
Expand Down
6 changes: 3 additions & 3 deletions admin/assets/less/j3x.less
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ div.toolbar-box {
padding: 2px 2px 2px 5px;
}
.pane-sliders .content {
box-shadow: 0 0 4px #cccccc;
box-shadow: 0 0 4px var(--border-color);
border-radius: 2px;
padding: 12px 0px 0px 12px;
background: none repeat scroll 0 0 white;
Expand Down Expand Up @@ -435,7 +435,7 @@ dl.tabs {
}
dl.tabs dt {
background: none repeat scroll 0 0 #E9E9E9;
border: 1px solid #CCCCCC;
border: 1px solid var(--border-color);
color: #666666;
float: left;
margin-left: 3px;
Expand All @@ -453,7 +453,7 @@ dl.tabs dt.open {
z-index: 100;
}
div.current {
border: 1px solid #CCCCCC;
border: 1px solid var(--border-color);
clear: both;
padding: 10px;
}
Expand Down
6 changes: 3 additions & 3 deletions admin/assets/less/j3x_rtl.less
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ div.toolbar-box {
padding: 2px 2px 2px 5px;
}
.pane-sliders .content {
box-shadow: 0 0 4px #cccccc;
box-shadow: 0 0 4px var(--border-color);
border-radius: 2px;
padding: 12px 0px 0px 12px;
background: none repeat scroll 0 0 white;
Expand Down Expand Up @@ -435,7 +435,7 @@ dl.tabs {
}
dl.tabs dt {
background: none repeat scroll 0 0 #E9E9E9;
border: 1px solid #CCCCCC;
border: 1px solid var(--border-color);
color: #666666;
float: right;
margin-right: 3px;
Expand All @@ -453,7 +453,7 @@ dl.tabs dt.open {
z-index: 100;
}
div.current {
border: 1px solid #CCCCCC;
border: 1px solid var(--border-color);
clear: both;
padding: 10px;
}
Expand Down
40 changes: 20 additions & 20 deletions admin/assets/less/j4x.less
Original file line number Diff line number Diff line change
Expand Up @@ -146,21 +146,21 @@
* Small labels
**************/

.label,
.badge,
.flexicontent label.label {
margin: 0px 2px 2px 4px;
background:var(--template-bg-dark-40);
}
.label.highlight,
.badge.highlight {
color: darkred;
}
.label,
.flexicontent label.label {
padding: 4px;
border-radius: 4px;
}
// .label,
// .badge,
// .flexicontent label.label {
// margin: 0px 2px 2px 4px;
// background:var(--template-bg-dark-40);
// }
// .label.highlight,
// .badge.highlight {
// color: darkred;
// }
// .label,
// .flexicontent label.label {
// padding: 4px;
// border-radius: 4px;
// }

/**************
* Other layout
Expand Down Expand Up @@ -234,7 +234,7 @@ div.toolbar-box {
padding: 2px 2px 2px 5px;
}
.pane-sliders .content {
box-shadow: 0 0 4px #cccccc;
box-shadow: 0 0 4px var(--border-color);
border-radius: 2px;
padding: 12px 0px 0px 12px;
background: none repeat scroll 0 0 white;
Expand Down Expand Up @@ -442,7 +442,7 @@ dl.tabs {
}
dl.tabs dt {
background: none repeat scroll 0 0 #E9E9E9;
border: 1px solid #CCCCCC;
border: 1px solid var(--border-color);
color: #666666;
float: right;
margin-right: 3px;
Expand All @@ -460,7 +460,7 @@ dl.tabs dt.open {
z-index: 100;
}
div.current {
border: 1px solid #CCCCCC;
border: 1px solid var(--border-color);
clear: both;
padding: 10px;
}
Expand Down Expand Up @@ -1044,7 +1044,7 @@ body .ui-widget-header {
border: 1px solid #fff !important;
background: #fff !important;
color: var(--template-bg-dark-50)!important;
border-bottom: 1px solid #ccc!important;
border-bottom: 1px solid var(--border-color) !important;
}
body .ui-widget-overlay {
background: #aaa;
Expand All @@ -1055,7 +1055,7 @@ body .ui-widget-overlay {
}
#flexicontent .nav.nav-tabs.nav-stacked li {
width: 24%;
border: 1px solid #ccc;
border: 1px solid var(--border-color);
margin: 5px;
padding: 1.5rem;
border-radius: 5px;
Expand Down
10 changes: 5 additions & 5 deletions admin/assets/less/j4x_rtl.less
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ div.toolbar-box {
padding: 2px 2px 2px 5px;
}
.pane-sliders .content {
box-shadow: 0 0 4px #cccccc;
box-shadow: 0 0 4px var(--border-color);
border-radius: 2px;
padding: 12px 0px 0px 12px;
background: none repeat scroll 0 0 white;
Expand Down Expand Up @@ -442,7 +442,7 @@ dl.tabs {
}
dl.tabs dt {
background: none repeat scroll 0 0 #E9E9E9;
border: 1px solid #CCCCCC;
border: 1px solid var(--border-color);
color: #666666;
float: right;
margin-right: 3px;
Expand All @@ -460,7 +460,7 @@ dl.tabs dt.open {
z-index: 100;
}
div.current {
border: 1px solid #CCCCCC;
border: 1px solid var(--border-color);
clear: both;
padding: 10px;
}
Expand Down Expand Up @@ -1044,7 +1044,7 @@ body .ui-widget-header {
border: 1px solid #fff !important;
background: #fff !important;
color: var(--template-bg-dark-50)!important;
border-bottom: 1px solid #ccc!important;
border-bottom: 1px solid var(--border-color) !important;
}
body .ui-widget-overlay {
background: #aaa;
Expand All @@ -1055,7 +1055,7 @@ body .ui-widget-overlay {
}
#flexicontent .nav.nav-tabs.nav-stacked li {
width: 24%;
border: 1px solid #ccc;
border: 1px solid var(--border-color);
margin: 5px;
padding: 1.5rem;
border-radius: 5px;
Expand Down
Loading