primo commit
This commit is contained in:
107
media/templates/administrator/atum/css/vendor/awesomplete/awesomplete.css
vendored
Normal file
107
media/templates/administrator/atum/css/vendor/awesomplete/awesomplete.css
vendored
Normal file
@ -0,0 +1,107 @@
|
||||
@charset "UTF-8";
|
||||
.awesomplete [hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.awesomplete .visually-hidden {
|
||||
clip: rect(0, 0, 0, 0);
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.awesomplete {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.awesomplete > input {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.awesomplete > ul {
|
||||
z-index: 1;
|
||||
box-sizing: border-box;
|
||||
background: #fff;
|
||||
min-width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.awesomplete > ul:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.awesomplete > ul {
|
||||
text-shadow: none;
|
||||
background: linear-gradient(to bottom right, #fff, #fffc);
|
||||
border: 1px solid #0000004d;
|
||||
border-radius: .3em;
|
||||
margin: .2em 0 0;
|
||||
box-shadow: .05em .2em .6em #0003;
|
||||
}
|
||||
|
||||
@supports (transform: scale(0)) {
|
||||
.awesomplete > ul {
|
||||
transform-origin: 1.43em -.43em;
|
||||
transition: all .3s cubic-bezier(.4, .2, .5, 1.4);
|
||||
}
|
||||
|
||||
.awesomplete > ul[hidden], .awesomplete > ul:empty {
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
transition-timing-function: ease;
|
||||
display: block;
|
||||
transform: scale(0);
|
||||
}
|
||||
}
|
||||
|
||||
.awesomplete > ul:before {
|
||||
content: "";
|
||||
border: inherit;
|
||||
background: #fff;
|
||||
border-bottom: 0;
|
||||
border-right: 0;
|
||||
width: 0;
|
||||
height: 0;
|
||||
padding: .4em;
|
||||
position: absolute;
|
||||
top: -.43em;
|
||||
left: 1em;
|
||||
-webkit-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
.awesomplete > ul > li {
|
||||
cursor: pointer;
|
||||
padding: .2em .5em;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.awesomplete > ul > li:hover {
|
||||
color: #000;
|
||||
background: #b8d3e0;
|
||||
}
|
||||
|
||||
.awesomplete > ul > li[aria-selected="true"] {
|
||||
color: #fff;
|
||||
background: #3d6d8f;
|
||||
}
|
||||
|
||||
.awesomplete mark {
|
||||
background: #eaff00;
|
||||
}
|
||||
|
||||
.awesomplete li:hover mark {
|
||||
background: #b5d100;
|
||||
}
|
||||
|
||||
.awesomplete li[aria-selected="true"] mark {
|
||||
color: inherit;
|
||||
background: #3d6b00;
|
||||
}
|
||||
|
||||
.awesomplete {
|
||||
display: block;
|
||||
}
|
||||
1
media/templates/administrator/atum/css/vendor/awesomplete/awesomplete.min.css
vendored
Normal file
1
media/templates/administrator/atum/css/vendor/awesomplete/awesomplete.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
@charset "UTF-8";.awesomplete [hidden]{display:none}.awesomplete .visually-hidden{clip:rect(0,0,0,0);position:absolute}.awesomplete{display:inline-block;position:relative}.awesomplete>input{display:block}.awesomplete>ul{z-index:1;box-sizing:border-box;background:#fff;min-width:100%;margin:0;padding:0;list-style:none;position:absolute;left:0}.awesomplete>ul:empty{display:none}.awesomplete>ul{text-shadow:none;background:linear-gradient(to bottom right,#fff,#fffc);border:1px solid #0000004d;border-radius:.3em;margin:.2em 0 0;box-shadow:.05em .2em .6em #0003}@supports (transform:scale(0)){.awesomplete>ul{transform-origin:1.43em -.43em;transition:all .3s cubic-bezier(.4,.2,.5,1.4)}.awesomplete>ul[hidden],.awesomplete>ul:empty{opacity:0;visibility:hidden;transition-timing-function:ease;display:block;transform:scale(0)}}.awesomplete>ul:before{content:"";border:inherit;background:#fff;border-bottom:0;border-right:0;width:0;height:0;padding:.4em;position:absolute;top:-.43em;left:1em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.awesomplete>ul>li{cursor:pointer;padding:.2em .5em;position:relative}.awesomplete>ul>li:hover{color:#000;background:#b8d3e0}.awesomplete>ul>li[aria-selected=true]{color:#fff;background:#3d6d8f}.awesomplete mark{background:#eaff00}.awesomplete li:hover mark{background:#b5d100}.awesomplete li[aria-selected=true] mark{color:inherit;background:#3d6b00}.awesomplete{display:block}
|
||||
BIN
media/templates/administrator/atum/css/vendor/awesomplete/awesomplete.min.css.gz
vendored
Normal file
BIN
media/templates/administrator/atum/css/vendor/awesomplete/awesomplete.min.css.gz
vendored
Normal file
Binary file not shown.
529
media/templates/administrator/atum/css/vendor/choicesjs/choices.css
vendored
Normal file
529
media/templates/administrator/atum/css/vendor/choicesjs/choices.css
vendored
Normal file
@ -0,0 +1,529 @@
|
||||
@charset "UTF-8";
|
||||
.choices {
|
||||
margin-bottom: 24px;
|
||||
font-size: 16px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.choices:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.choices:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.choices.is-open {
|
||||
overflow: initial;
|
||||
}
|
||||
|
||||
.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
|
||||
cursor: not-allowed;
|
||||
user-select: none;
|
||||
background-color: #eaeaea;
|
||||
}
|
||||
|
||||
.choices.is-disabled .choices__item {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.choices [hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.choices[data-type*="select-one"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.choices[data-type*="select-one"] .choices__inner {
|
||||
padding-bottom: 7.5px;
|
||||
}
|
||||
|
||||
.choices[data-type*="select-one"] .choices__input {
|
||||
background-color: #fff;
|
||||
border-bottom: 1px solid #ddd;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.choices[data-type*="select-one"] .choices__button {
|
||||
opacity: .25;
|
||||
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
|
||||
background-size: 8px;
|
||||
border-radius: 10em;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin-top: -10px;
|
||||
margin-right: 25px;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.choices[data-type*="select-one"] .choices__button:focus {
|
||||
box-shadow: 0 0 0 2px #00bcd4;
|
||||
}
|
||||
|
||||
.choices[data-type*="select-one"] .choices__item[data-value=""] .choices__button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.choices[data-type*="select-one"]:after {
|
||||
content: "";
|
||||
pointer-events: none;
|
||||
border: 5px solid #0000;
|
||||
border-top-color: #333;
|
||||
width: 0;
|
||||
height: 0;
|
||||
margin-top: -2.5px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 11.5px;
|
||||
}
|
||||
|
||||
.choices[data-type*="select-one"].is-open:after {
|
||||
border-color: #0000 #0000 #333;
|
||||
margin-top: -7.5px;
|
||||
}
|
||||
|
||||
.choices[data-type*="select-one"][dir="rtl"]:after {
|
||||
left: 11.5px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
|
||||
margin-left: 25px;
|
||||
margin-right: 0;
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
|
||||
opacity: .75;
|
||||
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
|
||||
background-size: 8px;
|
||||
border-left: 1px solid #008fa1;
|
||||
border-radius: 0;
|
||||
width: 8px;
|
||||
margin: 0 -4px 0 8px;
|
||||
padding-left: 16px;
|
||||
line-height: 1;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.choices__inner {
|
||||
vertical-align: top;
|
||||
background-color: #f9f9f9;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 2.5px;
|
||||
width: 100%;
|
||||
min-height: 44px;
|
||||
padding: 7.5px 7.5px 3.75px;
|
||||
font-size: 14px;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.is-focused .choices__inner, .is-open .choices__inner {
|
||||
border-color: #b7b7b7;
|
||||
}
|
||||
|
||||
.is-open .choices__inner {
|
||||
border-radius: 2.5px 2.5px 0 0;
|
||||
}
|
||||
|
||||
.is-flipped.is-open .choices__inner {
|
||||
border-radius: 0 0 2.5px 2.5px;
|
||||
}
|
||||
|
||||
.choices__list {
|
||||
margin: 0;
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.choices__list--single {
|
||||
width: 100%;
|
||||
padding: 4px 16px 4px 4px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
[dir="rtl"] .choices__list--single {
|
||||
padding-left: 16px;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
.choices__list--single .choices__item {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.choices__list--multiple {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.choices__list--multiple .choices__item {
|
||||
vertical-align: middle;
|
||||
color: #fff;
|
||||
word-break: break-all;
|
||||
box-sizing: border-box;
|
||||
background-color: #00bcd4;
|
||||
border: 1px solid #00a5bb;
|
||||
border-radius: 20px;
|
||||
margin-bottom: 3.75px;
|
||||
margin-right: 3.75px;
|
||||
padding: 4px 10px;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.choices__list--multiple .choices__item[data-deletable] {
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .choices__list--multiple .choices__item {
|
||||
margin-left: 3.75px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.choices__list--multiple .choices__item.is-highlighted {
|
||||
background-color: #00a5bb;
|
||||
border: 1px solid #008fa1;
|
||||
}
|
||||
|
||||
.is-disabled .choices__list--multiple .choices__item {
|
||||
background-color: #aaa;
|
||||
border: 1px solid #919191;
|
||||
}
|
||||
|
||||
.choices__list--dropdown {
|
||||
visibility: hidden;
|
||||
z-index: 1;
|
||||
word-break: break-all;
|
||||
will-change: visibility;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ddd;
|
||||
border-bottom-right-radius: 2.5px;
|
||||
border-bottom-left-radius: 2.5px;
|
||||
width: 100%;
|
||||
margin-top: -1px;
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.choices__list--dropdown.is-active {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.is-open .choices__list--dropdown {
|
||||
border-color: #b7b7b7;
|
||||
}
|
||||
|
||||
.is-flipped .choices__list--dropdown {
|
||||
border-radius: .25rem .25rem 0 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: -1px;
|
||||
top: auto;
|
||||
bottom: 100%;
|
||||
}
|
||||
|
||||
.choices__list--dropdown .choices__list {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
will-change: scroll-position;
|
||||
max-height: 300px;
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.choices__list--dropdown .choices__item {
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
[dir="rtl"] .choices__list--dropdown .choices__item {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
@media (width >= 640px) {
|
||||
.choices__list--dropdown .choices__item--selectable {
|
||||
padding-right: 100px;
|
||||
}
|
||||
|
||||
.choices__list--dropdown .choices__item--selectable:after {
|
||||
content: attr(data-select-text);
|
||||
opacity: 0;
|
||||
font-size: 12px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 10px;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
[dir="rtl"] .choices__list--dropdown .choices__item--selectable {
|
||||
text-align: right;
|
||||
padding-left: 100px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
|
||||
left: 10px;
|
||||
right: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.choices__list--dropdown .choices__item--selectable.is-highlighted {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.choices__item {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.choices__item--selectable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.choices__item--disabled {
|
||||
cursor: not-allowed;
|
||||
user-select: none;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.choices__heading {
|
||||
color: gray;
|
||||
border-bottom: 1px solid #f7f7f7;
|
||||
padding: 10px;
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.choices__button {
|
||||
text-indent: -9999px;
|
||||
appearance: none;
|
||||
cursor: pointer;
|
||||
background-color: #0000;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.choices__button:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.choices__input {
|
||||
vertical-align: baseline;
|
||||
background-color: #f9f9f9;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
max-width: 100%;
|
||||
margin-bottom: 5px;
|
||||
padding: 4px 0 4px 2px;
|
||||
font-size: 14px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.choices__input:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
[dir="rtl"] .choices__input {
|
||||
padding-left: 0;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
.choices__placeholder {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.choices {
|
||||
border: var(--form-select-border);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.choices.is-focused {
|
||||
border-color: var(--focus);
|
||||
box-shadow: 0 0 0 .2rem var(--focus-shadow);
|
||||
}
|
||||
|
||||
.choices__inner {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
min-height: 42px;
|
||||
margin-bottom: 0;
|
||||
padding: .1rem 1rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.choices__input {
|
||||
background-color: #0000;
|
||||
margin-bottom: 0;
|
||||
padding: 0;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.choices__input::placeholder {
|
||||
color: var(--choices-input-placeholder);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.choices__list--dropdown {
|
||||
z-index: 1060;
|
||||
}
|
||||
|
||||
.choices__list--single {
|
||||
padding: 7px 16px 0 4px;
|
||||
}
|
||||
|
||||
.choices__list--multiple .choices__item {
|
||||
color: var(--choices-list-multiple-item);
|
||||
background-color: var(--choices-list-multiple-item-bg);
|
||||
margin: 2px;
|
||||
border: 0;
|
||||
border-radius: .25rem;
|
||||
margin-inline-end: 2px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.choices__list--multiple .choices__item.is-highlighted {
|
||||
background-color: var(--template-bg-dark);
|
||||
opacity: .9;
|
||||
}
|
||||
|
||||
[data-bs-theme="dark"] .choices__list--multiple .choices__item.is-highlighted {
|
||||
background-color: var(--gray-800);
|
||||
}
|
||||
|
||||
.choices .choices__list--dropdown {
|
||||
background-color: var(--body-bg);
|
||||
}
|
||||
|
||||
.choices .choices__list--dropdown .choices__item {
|
||||
padding-inline-end: 10px;
|
||||
}
|
||||
|
||||
.choices .choices__list--dropdown .choices__item--selectable:after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
[data-bs-theme="dark"] .choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
|
||||
background-color: var(--gray-800);
|
||||
}
|
||||
|
||||
.choices__button_joomla {
|
||||
color: inherit;
|
||||
text-indent: -9999px;
|
||||
cursor: pointer;
|
||||
opacity: .5;
|
||||
appearance: none;
|
||||
background: none;
|
||||
border: 0;
|
||||
padding: 0 10px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.choices__button_joomla:before {
|
||||
text-align: center;
|
||||
text-indent: 0;
|
||||
content: "×";
|
||||
display: block;
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
}
|
||||
|
||||
.choices__button_joomla:hover, .choices__button_joomla:focus {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.choices__button_joomla:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.choices[data-type*="select-one"] .choices__inner, .choices[data-type*="select-multiple"] .choices__inner {
|
||||
cursor: pointer;
|
||||
background: url("../../../images/select-bg.svg?v=5ebba0") 100% / 116rem no-repeat;
|
||||
background-color: var(--template-bg-light);
|
||||
padding-inline-end: 3rem;
|
||||
}
|
||||
|
||||
[dir="rtl"] .choices[data-type*="select-one"] .choices__inner, [dir="rtl"] .choices[data-type*="select-multiple"] .choices__inner {
|
||||
background: url("../../../images/select-bg-rtl.svg?v=e50af2") 0 / 116rem no-repeat;
|
||||
background-color: var(--template-bg-light);
|
||||
}
|
||||
|
||||
[data-bs-theme="dark"] .choices[data-type*="select-one"] .choices__inner, [data-bs-theme="dark"] .choices[data-type*="select-multiple"] .choices__inner {
|
||||
background: #007db0 url("../../../images/select-bg-dark.svg?v=506196") 100% / 116rem no-repeat;
|
||||
}
|
||||
|
||||
[dir="rtl"] [data-bs-theme="dark"] .choices[data-type*="select-one"] .choices__inner, [dir="rtl"] [data-bs-theme="dark"] .choices[data-type*="select-multiple"] .choices__inner, [dir="rtl"][data-bs-theme="dark"] .choices[data-type*="select-one"] .choices__inner, [dir="rtl"][data-bs-theme="dark"] .choices[data-type*="select-multiple"] .choices__inner {
|
||||
background: #007db0 url("../../../images/select-bg-rtl-dark.svg?v=5f59e1") 0 / 116rem no-repeat;
|
||||
}
|
||||
|
||||
.choices[data-type*="select-one"] .choices__input {
|
||||
background-color: var(--choices-input-bg);
|
||||
}
|
||||
|
||||
.choices[data-type*="select-one"] .choices__item {
|
||||
justify-content: space-between;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.choices[data-type*="select-one"] .choices__button_joomla {
|
||||
opacity: .5;
|
||||
top: 50%;
|
||||
border-radius: 10em;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin-block-start: -10px;
|
||||
margin-inline-end: 50px;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
inset-inline-end: 0;
|
||||
}
|
||||
|
||||
.choices[data-type*="select-one"] .choices__button_joomla:hover, .choices[data-type*="select-one"] .choices__button_joomla:focus {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.choices[data-type*="select-one"] .choices__button_joomla:focus {
|
||||
box-shadow: var(--choices__button_joomla-focus-box-shadow);
|
||||
}
|
||||
|
||||
.choices[data-type*="select-one"]:after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.choices[data-type*="select-multiple"] .choices__input, .choices[data-type*="text"] .choices__input {
|
||||
padding: .35rem 0;
|
||||
}
|
||||
|
||||
.choices__heading {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
[data-bs-theme="dark"] .choices__heading {
|
||||
color: var(--gray-500);
|
||||
}
|
||||
1
media/templates/administrator/atum/css/vendor/choicesjs/choices.min.css
vendored
Normal file
1
media/templates/administrator/atum/css/vendor/choicesjs/choices.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
media/templates/administrator/atum/css/vendor/choicesjs/choices.min.css.gz
vendored
Normal file
BIN
media/templates/administrator/atum/css/vendor/choicesjs/choices.min.css.gz
vendored
Normal file
Binary file not shown.
11457
media/templates/administrator/atum/css/vendor/fontawesome-free/fontawesome.css
vendored
Normal file
11457
media/templates/administrator/atum/css/vendor/fontawesome-free/fontawesome.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
media/templates/administrator/atum/css/vendor/fontawesome-free/fontawesome.min.css
vendored
Normal file
1
media/templates/administrator/atum/css/vendor/fontawesome-free/fontawesome.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
media/templates/administrator/atum/css/vendor/fontawesome-free/fontawesome.min.css.gz
vendored
Normal file
BIN
media/templates/administrator/atum/css/vendor/fontawesome-free/fontawesome.min.css.gz
vendored
Normal file
Binary file not shown.
333
media/templates/administrator/atum/css/vendor/joomla-custom-elements/joomla-alert.css
vendored
Normal file
333
media/templates/administrator/atum/css/vendor/joomla-custom-elements/joomla-alert.css
vendored
Normal file
@ -0,0 +1,333 @@
|
||||
@charset "UTF-8";
|
||||
joomla-alert {
|
||||
--jui-alert-min-width: 250px;
|
||||
--jui-alert-padding: .5rem 1.25rem;
|
||||
--jui-alert-margin: 0 0 1rem 0;
|
||||
--jui-alert-border: 1px solid transparent;
|
||||
--jui-alert-border-radius: .25rem;
|
||||
--jui-alert-animation-duration: .5s;
|
||||
--jui-alert-animation-timing-function: ease-in-out;
|
||||
--jui-alert-button-color-dark: #000;
|
||||
--jui-alert-button-color-light: #fff;
|
||||
--jui-alert-success-color: #234423;
|
||||
--jui-alert-success-background-color: #d9e6d9;
|
||||
--jui-alert-success-border-color: #cadcca;
|
||||
--jui-alert-success-link-color: #122212;
|
||||
--jui-alert-info-color: #0c5460;
|
||||
--jui-alert-info-background-color: #d1ecf1;
|
||||
--jui-alert-info-border-color: #bee5eb;
|
||||
--jui-alert-info-link-color: #062c33;
|
||||
--jui-alert-warning-color: #7d5a29;
|
||||
--jui-alert-warning-background-color: #fcefdc;
|
||||
--jui-alert-warning-border-color: #fbe8cd;
|
||||
--jui-alert-warning-link-color: #573e1c;
|
||||
--jui-alert-danger-color: #712b29;
|
||||
--jui-alert-danger-background-color: #f7dddc;
|
||||
--jui-alert-danger-border-color: #f4cfce;
|
||||
--jui-alert-danger-link-color: #4c1d1b;
|
||||
min-width: var(--jui-alert-min-width, 250px);
|
||||
padding: var(--jui-alert-padding, .5rem 1.25rem);
|
||||
margin: var(--jui-alert-margin, 0 0 1rem 0);
|
||||
border: var(--jui-alert-border, 1px solid transparent);
|
||||
border-radius: var(--jui-alert-border-radius, .25rem);
|
||||
-webkit-animation-duration: var(--jui-alert-animation-duration, .5s);
|
||||
animation-duration: var(--jui-alert-animation-duration, .5s);
|
||||
-webkit-animation-timing-function: var(--jui-alert-animation-timing-function, ease-in-out);
|
||||
animation-timing-function: var(--jui-alert-animation-timing-function, ease-in-out);
|
||||
display: block;
|
||||
}
|
||||
|
||||
joomla-alert .joomla-alert--close {
|
||||
float: right;
|
||||
color: var(--jui-alert-button-color-dark, #000);
|
||||
text-shadow: 0 1px 0 var(--jui-alert-button-color-light, #fff);
|
||||
opacity: .5;
|
||||
background: none;
|
||||
border: 0;
|
||||
padding: .2rem 1rem;
|
||||
font-size: 1.5rem;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
position: relative;
|
||||
top: -.5rem;
|
||||
right: -1.25rem;
|
||||
}
|
||||
|
||||
joomla-alert .joomla-alert--close:hover, joomla-alert .joomla-alert--close:focus {
|
||||
color: var(--jui-alert-button-color-dark, #000);
|
||||
cursor: pointer;
|
||||
opacity: .75;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
joomla-alert[type="success"] {
|
||||
color: var(--jui-alert-success-color, #234423);
|
||||
background-color: var(--jui-alert-success-background-color, #d9e6d9);
|
||||
border-color: var(--jui-alert-success-border-color, #cadcca);
|
||||
}
|
||||
|
||||
joomla-alert[type="success"] hr {
|
||||
border-top-color: var(--jui-alert-success-border-color, #cadcca);
|
||||
}
|
||||
|
||||
joomla-alert[type="success"] .alert-link {
|
||||
color: var(--jui-alert-success-link-color, #122212);
|
||||
}
|
||||
|
||||
joomla-alert[type="info"] {
|
||||
color: var(--jui-alert-info-color, #0c5460);
|
||||
background-color: var(--jui-alert-info-background-color, #d1ecf1);
|
||||
border-color: var(--jui-alert-info-border-color, #bee5eb);
|
||||
}
|
||||
|
||||
joomla-alert[type="info"] hr {
|
||||
border-top-color: var(--jui-alert-info-border-color, #bee5eb);
|
||||
}
|
||||
|
||||
joomla-alert[type="info"] .alert-link {
|
||||
color: var(--jui-alert-info-link-color, #062c33);
|
||||
}
|
||||
|
||||
joomla-alert[type="warning"] {
|
||||
color: var(--jui-alert-warning-color, #7d5a29);
|
||||
background-color: var(--jui-alert-warning-background-color, #fcefdc);
|
||||
border-color: var(--jui-alert-warning-border-color, #fbe8cd);
|
||||
}
|
||||
|
||||
joomla-alert[type="warning"] hr {
|
||||
border-top-color: var(--jui-alert-warning-border-color, #fbe8cd);
|
||||
}
|
||||
|
||||
joomla-alert[type="warning"] .alert-link {
|
||||
color: var(--jui-alert-warning-link-color, #573e1c);
|
||||
}
|
||||
|
||||
joomla-alert[type="danger"] {
|
||||
color: var(--jui-alert-danger-color, #712b29);
|
||||
background-color: var(--jui-alert-danger-background-color, #f7dddc);
|
||||
border-color: var(--jui-alert-danger-border-color, #f4cfce);
|
||||
}
|
||||
|
||||
joomla-alert[type="danger"] hr {
|
||||
border-top-color: var(--jui-alert-danger-border-color, #f4cfce);
|
||||
}
|
||||
|
||||
joomla-alert[type="danger"] .alert-link {
|
||||
color: var(--jui-alert-danger-link-color, #4c1d1b);
|
||||
}
|
||||
|
||||
html[dir="rtl"] joomla-alert .joomla-alert--close, html[dir="rtl"] joomla-alert .joomla-alert-button--close {
|
||||
float: left;
|
||||
left: -1.25rem;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
@-webkit-keyframes joomla-alert-fade-in {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes joomla-alert-fade-in {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes joomla-alert-fade-out {
|
||||
0% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes joomla-alert-fade-out {
|
||||
0% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
joomla-alert {
|
||||
-webkit-animation-duration: 1ms !important;
|
||||
animation-duration: 1ms !important;
|
||||
}
|
||||
}
|
||||
|
||||
#system-message-container joomla-alert {
|
||||
color: var(--alert-accent-color);
|
||||
background-color: var(--alert-bg-color);
|
||||
border: 1px solid;
|
||||
border-color: var(--alert-border);
|
||||
border-radius: .2rem;
|
||||
width: 100%;
|
||||
min-width: 16rem;
|
||||
margin-bottom: 1rem;
|
||||
padding: 0;
|
||||
transition: opacity .15s linear;
|
||||
display: flex;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#system-message-container joomla-alert .btn-primary {
|
||||
color: var(--states-btn-primary-color);
|
||||
background: var(--states-btn-primary-bg);
|
||||
border-color: var(--states-btn-primary-bg-hover);
|
||||
}
|
||||
|
||||
#system-message-container joomla-alert .btn-primary:hover {
|
||||
background: var(--states-btn-primary-bg-hover);
|
||||
}
|
||||
|
||||
#system-message-container joomla-alert[type="success"], #system-message-container joomla-alert[type="message"] {
|
||||
--alert-accent-color: var(--state-success-text);
|
||||
--alert-bg-color: var(--state-success-bg);
|
||||
--alert-border: var(--state-success-bg-hvr);
|
||||
--alert-heading-bg: var(--state-success-bg-hvr);
|
||||
--alert-link-color: var(--state-success-link-color, var(--states-link-color));
|
||||
}
|
||||
|
||||
#system-message-container joomla-alert[type="success"] a, #system-message-container joomla-alert[type="message"] a {
|
||||
color: var(--state-success-text);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#system-message-container joomla-alert[type="info"], #system-message-container joomla-alert[type="notice"] {
|
||||
--alert-accent-color: var(--state-info-text);
|
||||
--alert-bg-color: var(--state-info-bg);
|
||||
--alert-border: var(--state-info-bg-hvr);
|
||||
--alert-heading-bg: var(--state-info-bg-hvr);
|
||||
--alert-link-color: var(--state-success-link-color, var(--states-link-color));
|
||||
}
|
||||
|
||||
#system-message-container joomla-alert[type="info"] a, #system-message-container joomla-alert[type="notice"] a {
|
||||
color: var(--state-info-text);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#system-message-container joomla-alert[type="warning"] {
|
||||
--alert-accent-color: var(--state-warning-text);
|
||||
--alert-bg-color: var(--state-warning-bg);
|
||||
--alert-border: var(--state-warning-border);
|
||||
--alert-heading-bg: var(--state-warning-heading-bg);
|
||||
--alert-link-color: var(--state-success-link-color, var(--states-link-color));
|
||||
}
|
||||
|
||||
#system-message-container joomla-alert[type="warning"] .joomla-alert--close {
|
||||
color: var(--state-warning-text);
|
||||
}
|
||||
|
||||
#system-message-container joomla-alert[type="warning"] a {
|
||||
color: var(--state-warning-text);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#system-message-container joomla-alert[type="error"], #system-message-container joomla-alert[type="danger"] {
|
||||
--alert-accent-color: var(--state-danger-text);
|
||||
--alert-bg-color: var(--state-danger-bg);
|
||||
--alert-border: var(--state-danger-bg-hvr);
|
||||
--alert-heading-bg: var(--state-danger-bg-hvr);
|
||||
--alert-link-color: var(--state-success-link-color, var(--states-link-color));
|
||||
}
|
||||
|
||||
#system-message-container joomla-alert[type="error"] a, #system-message-container joomla-alert[type="danger"] a {
|
||||
color: var(--state-danger-text);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#system-message-container joomla-alert .alert-heading {
|
||||
color: #fff;
|
||||
background: var(--alert-heading-bg);
|
||||
flex-direction: column;
|
||||
place-content: center;
|
||||
padding: .8rem;
|
||||
line-height: normal;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#system-message-container joomla-alert .alert-heading .message:before, #system-message-container joomla-alert .alert-heading .success:before {
|
||||
content: "";
|
||||
background-image: url("data:image/svg+xml;utf8,<svg width=\"1792\" height=\"1792\" viewBox=\"0 0 1792 1792\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"rgba(255, 255, 255, .95)\" d=\"M1299 813l-422 422q-19 19-45 19t-45-19l-294-294q-19-19-19-45t19-45l102-102q19-19 45-19t45 19l147 147 275-275q19-19 45-19t45 19l102 102q19 19 19 45t-19 45zm141 83q0-148-73-273t-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273zm224 0q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z\"/></svg>");
|
||||
background-size: 100%;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#system-message-container joomla-alert .alert-heading .notice:before, #system-message-container joomla-alert .alert-heading .info:before {
|
||||
content: "";
|
||||
background-image: url("data:image/svg+xml;utf8,<svg width=\"1792\" height=\"1792\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"rgba(255, 255, 255, .95)\" d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"/></svg>");
|
||||
background-size: 100%;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#system-message-container joomla-alert .alert-heading .warning:before {
|
||||
content: "";
|
||||
background-image: url("data:image/svg+xml;utf8,<svg width=\"1792\" height=\"1792\" viewBox=\"0 0 1792 1792\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"rgba(0, 0, 0, .95)\" d=\"M1024 1375v-190q0-14-9.5-23.5t-22.5-9.5h-192q-13 0-22.5 9.5t-9.5 23.5v190q0 14 9.5 23.5t22.5 9.5h192q13 0 22.5-9.5t9.5-23.5zm-2-374l18-459q0-12-10-19-13-11-24-11h-220q-11 0-24 11-10 7-10 21l17 457q0 10 10 16.5t24 6.5h185q14 0 23.5-6.5t10.5-16.5zm-14-934l768 1408q35 63-2 126-17 29-46.5 46t-63.5 17h-1536q-34 0-63.5-17t-46.5-46q-37-63-2-126l768-1408q17-31 47-49t65-18 65 18 47 49z\"/></svg>");
|
||||
background-size: 100%;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#system-message-container joomla-alert .alert-heading .error:before, #system-message-container joomla-alert .alert-heading .danger:before {
|
||||
content: "";
|
||||
background-image: url("data:image/svg+xml;utf8,<svg width=\"1792\" height=\"1792\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"rgba(255, 255, 255, .95)\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm101.8-262.2L295.6 256l62.2 62.2c4.7 4.7 4.7 12.3 0 17l-22.6 22.6c-4.7 4.7-12.3 4.7-17 0L256 295.6l-62.2 62.2c-4.7 4.7-12.3 4.7-17 0l-22.6-22.6c-4.7-4.7-4.7-12.3 0-17l62.2-62.2-62.2-62.2c-4.7-4.7-4.7-12.3 0-17l22.6-22.6c4.7-4.7 12.3-4.7 17 0l62.2 62.2 62.2-62.2c4.7-4.7 12.3-4.7 17 0l22.6 22.6c4.7 4.7 4.7 12.3 0 17z\"/></svg>");
|
||||
background-size: 100%;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#system-message-container joomla-alert .alert-wrapper {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#system-message-container joomla-alert .alert-link {
|
||||
color: var(--states-link-color);
|
||||
font-weight: normal;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#system-message-container joomla-alert .joomla-alert--close, #system-message-container joomla-alert .joomla-alert-button--close {
|
||||
color: var(--alert-accent-color);
|
||||
text-shadow: none;
|
||||
opacity: 1;
|
||||
top: 0;
|
||||
background: none;
|
||||
border: 0;
|
||||
padding: .75rem .8rem;
|
||||
font-size: 2rem;
|
||||
line-height: 1rem;
|
||||
position: absolute;
|
||||
inset-inline-end: 0;
|
||||
}
|
||||
|
||||
#system-message-container joomla-alert .joomla-alert--close:hover, #system-message-container joomla-alert .joomla-alert--close:focus, #system-message-container joomla-alert .joomla-alert-button--close:hover, #system-message-container joomla-alert .joomla-alert-button--close:focus {
|
||||
cursor: pointer;
|
||||
opacity: .75;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#system-message-container joomla-alert div {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
#system-message-container joomla-alert div .alert-message {
|
||||
padding: .15rem .3rem;
|
||||
margin: .5rem;
|
||||
padding-inline-end: 2rem;
|
||||
}
|
||||
|
||||
#system-message-container joomla-alert div .alert-message:not(:first-of-type) {
|
||||
border-top: 1px solid var(--alert-accent-color);
|
||||
}
|
||||
1
media/templates/administrator/atum/css/vendor/joomla-custom-elements/joomla-alert.min.css
vendored
Normal file
1
media/templates/administrator/atum/css/vendor/joomla-custom-elements/joomla-alert.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
media/templates/administrator/atum/css/vendor/joomla-custom-elements/joomla-alert.min.css.gz
vendored
Normal file
BIN
media/templates/administrator/atum/css/vendor/joomla-custom-elements/joomla-alert.min.css.gz
vendored
Normal file
Binary file not shown.
315
media/templates/administrator/atum/css/vendor/joomla-custom-elements/joomla-tab.css
vendored
Normal file
315
media/templates/administrator/atum/css/vendor/joomla-custom-elements/joomla-tab.css
vendored
Normal file
@ -0,0 +1,315 @@
|
||||
@charset "UTF-8";
|
||||
joomla-tab {
|
||||
flex-direction: column;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
joomla-tab[orientation="horizontal"]:not([view="accordion"]) {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
joomla-tab[orientation="horizontal"]:not([view="accordion"]) > div[role="tablist"] {
|
||||
width: 100%;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
joomla-tab > div[role="tablist"] {
|
||||
white-space: nowrap;
|
||||
list-style: outside none none;
|
||||
border-bottom: var(--joomla-tablist-border-bottom);
|
||||
flex-flow: wrap;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
joomla-tab > div[role="tablist"] > button[role="tab"] {
|
||||
box-sizing: border-box;
|
||||
background-color: var(--body-bg);
|
||||
box-shadow: none;
|
||||
border: 0;
|
||||
padding: .6rem 1rem;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
joomla-tab > div[role="tablist"] > button[role="tab"]:first-of-type, joomla-tab > div[role="tablist"] > button[role="tab"][aria-expanded="true"]:first-of-type {
|
||||
border-start-start-radius: .25rem;
|
||||
}
|
||||
|
||||
joomla-tab > div[role="tablist"] > button[role="tab"]:focus-visible {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
joomla-tab > div[role="tablist"] > button[role="tab"][aria-expanded="true"], joomla-tab > div[role="tablist"] > button[role="tab"]:focus, joomla-tab > div[role="tablist"] > button[role="tab"]:hover {
|
||||
color: var(--joomla-tab-btn-hvr);
|
||||
box-shadow: none;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
joomla-tab > div[role="tablist"] > button[role="tab"][aria-expanded="true"]:after, joomla-tab > div[role="tablist"] > button[role="tab"]:focus:after, joomla-tab > div[role="tablist"] > button[role="tab"]:hover:after {
|
||||
content: "";
|
||||
background-color: var(--btn-primary-bg);
|
||||
opacity: .8;
|
||||
height: 3px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
joomla-tab > div[role="tablist"] > button[role="tab"][aria-expanded="true"] .text-muted, joomla-tab > div[role="tablist"] > button[role="tab"]:focus .text-muted, joomla-tab > div[role="tablist"] > button[role="tab"]:hover .text-muted {
|
||||
color: var(--text-muted-hvr-color);
|
||||
}
|
||||
|
||||
joomla-tab > div[role="tablist"] > button[role="tab"][aria-expanded="true"] {
|
||||
background: var(--joomla-tab-btn-aria-exp-bg);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
joomla-tab > div[role="tablist"] > button[role="tab"] .text-muted {
|
||||
color: var(--text-muted-color);
|
||||
}
|
||||
|
||||
joomla-tab > button[role="region"] {
|
||||
color: var(--template-text-light);
|
||||
text-align: start;
|
||||
background-color: var(--template-link-color);
|
||||
border: var(--joomla-tab-btn-region-border);
|
||||
border-top: 0;
|
||||
width: 100%;
|
||||
padding: .7rem;
|
||||
}
|
||||
|
||||
joomla-tab > button[role="region"][aria-expanded="true"], joomla-tab > button[role="region"]:hover, joomla-tab > button[role="region"]:focus {
|
||||
color: var(--template-text-light);
|
||||
background-color: var(--template-bg-dark);
|
||||
}
|
||||
|
||||
joomla-tab > button[role="region"] .text-muted {
|
||||
color: var(--text-muted-color);
|
||||
}
|
||||
|
||||
joomla-tab > joomla-tab-element {
|
||||
--gutter-x: 2rem;
|
||||
background-color: var(--body-bg);
|
||||
box-shadow: none;
|
||||
border: 0;
|
||||
border-radius: .25rem;
|
||||
padding: 30px 2vw;
|
||||
display: none;
|
||||
}
|
||||
|
||||
joomla-tab > joomla-tab-element[active] {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.main-card-columns > * > joomla-tab {
|
||||
border-left: var(--main-card-col-border-left);
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
joomla-tab[orientation="vertical"] {
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
joomla-tab[orientation="vertical"] > div[role="tablist"] {
|
||||
border: var(--joomla-tab-tablist-border);
|
||||
box-shadow: none;
|
||||
border-radius: 0;
|
||||
flex-direction: column;
|
||||
flex: 0 0 25%;
|
||||
width: 100%;
|
||||
min-width: 25%;
|
||||
max-width: 25%;
|
||||
height: auto;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@media (width <= 991.98px) {
|
||||
joomla-tab[orientation="vertical"] > div[role="tablist"] {
|
||||
flex: 0 0 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
joomla-tab[orientation="vertical"] > div[role="tablist"] > button[role="tab"] {
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
joomla-tab[orientation="vertical"] > div[role="tablist"] > button[role="tab"][aria-expanded="true"] {
|
||||
color: var(--joomla-tablist-btn-aria-exp);
|
||||
background-color: var(--joomla-tablist-btn-aria-exp-bg);
|
||||
}
|
||||
|
||||
joomla-tab[orientation="vertical"] > div[role="tablist"] > button[role="tab"]:last-of-type {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
joomla-tab[orientation="vertical"] > div[role="tablist"] > button[role="tab"] {
|
||||
border-top: 1px solid #0000;
|
||||
border-bottom: var(--joomla-tab-vert-border-bottom);
|
||||
box-shadow: none;
|
||||
margin: -1px 0;
|
||||
padding: .75em 1em;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
joomla-tab[orientation="vertical"] > div[role="tablist"] > button[role="tab"][aria-expanded="true"], joomla-tab[orientation="vertical"] > div[role="tablist"] > button[role="tab"]:focus, joomla-tab[orientation="vertical"] > div[role="tablist"] > button[role="tab"]:hover {
|
||||
color: var(--template-text-light);
|
||||
background-color: var(--joomla-tablist-btn-aria-exp-bg);
|
||||
box-shadow: none;
|
||||
background-image: none;
|
||||
border-right: 0;
|
||||
}
|
||||
|
||||
joomla-tab[orientation="vertical"] > div[role="tablist"] > button[role="tab"][aria-expanded="true"]:after, joomla-tab[orientation="vertical"] > div[role="tablist"] > button[role="tab"]:focus:after, joomla-tab[orientation="vertical"] > div[role="tablist"] > button[role="tab"]:hover:after {
|
||||
background-color: var(--joomla-tablist-btn-aria-exp-aft-bg);
|
||||
width: 5px;
|
||||
height: auto;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: -1px;
|
||||
}
|
||||
|
||||
joomla-tab[orientation="vertical"] > div[role="tablist"] > button[role="tab"][aria-expanded="true"] .text-muted, joomla-tab[orientation="vertical"] > div[role="tablist"] > button[role="tab"]:focus .text-muted, joomla-tab[orientation="vertical"] > div[role="tablist"] > button[role="tab"]:hover .text-muted {
|
||||
color: var(--text-muted-hvr-color);
|
||||
}
|
||||
|
||||
joomla-tab[orientation="vertical"] > div[role="tablist"] > button[role="tab"] .text-muted {
|
||||
color: var(--text-muted-color);
|
||||
}
|
||||
|
||||
joomla-tab[orientation="vertical"] > joomla-tab-element {
|
||||
box-shadow: none;
|
||||
border: 0;
|
||||
width: 100%;
|
||||
padding: 15px 0 15px 15px;
|
||||
}
|
||||
|
||||
joomla-tab[view="accordion"] {
|
||||
white-space: normal;
|
||||
box-shadow: var(--joomla-tab-accordion-box-shadow);
|
||||
border-radius: 0;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
joomla-tab[view="accordion"] > div[role="tablist"] {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
joomla-tab[view="accordion"] > div[role="tablist"] > button[role="tab"] {
|
||||
color: var(--template-text-light);
|
||||
text-align: start;
|
||||
border: 0;
|
||||
border-bottom: var(--joomla-tab-vert-border-bottom);
|
||||
box-shadow: none;
|
||||
padding: .75em 1em;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
joomla-tab[view="accordion"] > div[role="tablist"] > button[role="tab"][aria-expanded="true"]:after, joomla-tab[view="accordion"] > div[role="tablist"] > button[role="tab"]:hover:after {
|
||||
content: "";
|
||||
background-color: var(--template-bg-dark);
|
||||
opacity: .8;
|
||||
width: calc(100% + 2px);
|
||||
height: 5px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
inset: auto -1px -1px;
|
||||
}
|
||||
|
||||
joomla-tab[view="accordion"] > joomla-tab-element {
|
||||
padding: 15px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
joomla-tab[view="accordion"] > joomla-tab-element[active] {
|
||||
border-bottom: var(--joomla-tab-vert-border-bottom);
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
joomla-tab[view="accordion"] [active], joomla-tab[view="accordion"] [aria-expanded="true"] {
|
||||
background-color: var(--body-bg);
|
||||
}
|
||||
|
||||
joomla-tab[view="accordion"] .col-md-6, joomla-tab[view="accordion"] .col-md-9, joomla-tab[view="accordion"] .col-md-3 {
|
||||
padding: .5rem 0 0 !important;
|
||||
}
|
||||
|
||||
joomla-tab[view="accordion"] #permissions-sliders > joomla-tab-element[active] {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
@media (width <= 991.98px) {
|
||||
[dir="ltr"] joomla-tab[view="accordion"] #permissions-sliders > joomla-tab-element[active] .respTable {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
[dir="rtl"] joomla-tab[view="accordion"] #permissions-sliders > joomla-tab-element[active] .respTable {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
joomla-tab[view="accordion"] #permissions-sliders > joomla-tab-element[active] .respTable, joomla-tab[view="accordion"] #permissions-sliders > joomla-tab-element[active] .respTable thead, joomla-tab[view="accordion"] #permissions-sliders > joomla-tab-element[active] .respTable tbody, joomla-tab[view="accordion"] #permissions-sliders > joomla-tab-element[active] .respTable tr, joomla-tab[view="accordion"] #permissions-sliders > joomla-tab-element[active] .respTable th, joomla-tab[view="accordion"] #permissions-sliders > joomla-tab-element[active] .respTable td {
|
||||
display: block;
|
||||
}
|
||||
|
||||
joomla-tab[view="accordion"] #permissions-sliders > joomla-tab-element[active] .respTable thead {
|
||||
position: absolute;
|
||||
top: -1111px;
|
||||
left: -1111px;
|
||||
}
|
||||
|
||||
joomla-tab[view="accordion"] #permissions-sliders > joomla-tab-element[active] .respTable td:before {
|
||||
content: attr(data-label) ":";
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
[dir="ltr"] joomla-tab[view="accordion"] #permissions-sliders > joomla-tab-element[active] .respTable td:before {
|
||||
float: left;
|
||||
padding: 0 2em 0 0;
|
||||
}
|
||||
|
||||
[dir="rtl"] joomla-tab[view="accordion"] #permissions-sliders > joomla-tab-element[active] .respTable td:before {
|
||||
float: right;
|
||||
padding: 0 0 0 2em;
|
||||
}
|
||||
|
||||
joomla-tab[view="accordion"] #permissions-sliders > joomla-tab-element[active] .respTable td:first-child {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
joomla-tab[view="accordion"] #permissions-sliders > joomla-tab-element[active] .respTable td:last-child {
|
||||
border-bottom: var(--respTable-border-bottom);
|
||||
}
|
||||
|
||||
joomla-tab[view="accordion"] #permissions-sliders > joomla-tab-element[active] .oddCol {
|
||||
background: var(--permissions-sliders-oddCol);
|
||||
}
|
||||
}
|
||||
|
||||
[data-bs-theme="dark"] joomla-tab > button[role="region"] {
|
||||
color: var(--btn-primary-color);
|
||||
background-color: var(--btn-primary-bg);
|
||||
border: var(--btn-primary-border);
|
||||
}
|
||||
|
||||
[data-bs-theme="dark"] joomla-tab > button[role="region"][aria-expanded="true"], [data-bs-theme="dark"] joomla-tab > button[role="region"]:hover, [data-bs-theme="dark"] joomla-tab > button[role="region"]:focus {
|
||||
color: var(--btn-primary-color);
|
||||
background-color: var(--btn-primary-bg-hvr);
|
||||
}
|
||||
|
||||
[data-bs-theme="dark"] [dir="rtl"] joomla-tab div[role="tablist"] > button[role="tab"][aria-expanded="true"]:after {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
1
media/templates/administrator/atum/css/vendor/joomla-custom-elements/joomla-tab.min.css
vendored
Normal file
1
media/templates/administrator/atum/css/vendor/joomla-custom-elements/joomla-tab.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
media/templates/administrator/atum/css/vendor/joomla-custom-elements/joomla-tab.min.css.gz
vendored
Normal file
BIN
media/templates/administrator/atum/css/vendor/joomla-custom-elements/joomla-tab.min.css.gz
vendored
Normal file
Binary file not shown.
462
media/templates/administrator/atum/css/vendor/minicolors/minicolors.css
vendored
Normal file
462
media/templates/administrator/atum/css/vendor/minicolors/minicolors.css
vendored
Normal file
@ -0,0 +1,462 @@
|
||||
@charset "UTF-8";
|
||||
.minicolors {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.minicolors-sprite {
|
||||
background-image: url("jquery.minicolors.png?v=173204");
|
||||
}
|
||||
|
||||
.minicolors-swatch {
|
||||
vertical-align: middle;
|
||||
cursor: text;
|
||||
background-position: -80px 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.minicolors-swatch:after {
|
||||
content: "";
|
||||
border-radius: 2px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
box-shadow: inset 0 0 0 1px #00000026;
|
||||
}
|
||||
|
||||
.minicolors-swatch-color {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
}
|
||||
|
||||
.minicolors input[type="hidden"] + .minicolors-swatch {
|
||||
cursor: pointer;
|
||||
width: 28px;
|
||||
position: static;
|
||||
}
|
||||
|
||||
.minicolors input[type="hidden"][disabled] + .minicolors-swatch {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.minicolors-panel {
|
||||
z-index: 99999;
|
||||
box-sizing: content-box;
|
||||
touch-action: none;
|
||||
background: #fff;
|
||||
border-radius: 2px;
|
||||
width: 173px;
|
||||
display: none;
|
||||
position: absolute;
|
||||
box-shadow: 0 0 20px #0003;
|
||||
}
|
||||
|
||||
.minicolors-panel.minicolors-visible {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.minicolors-position-top .minicolors-panel {
|
||||
top: -154px;
|
||||
}
|
||||
|
||||
.minicolors-position-right .minicolors-panel {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.minicolors-position-bottom .minicolors-panel {
|
||||
top: auto;
|
||||
}
|
||||
|
||||
.minicolors-position-left .minicolors-panel {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.minicolors-with-opacity .minicolors-panel {
|
||||
width: 194px;
|
||||
}
|
||||
|
||||
.minicolors .minicolors-grid {
|
||||
cursor: crosshair;
|
||||
background-position: -120px 0;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
margin-bottom: 2px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
left: 1px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .minicolors .minicolors-grid {
|
||||
right: 1px;
|
||||
}
|
||||
|
||||
.minicolors .minicolors-grid-inner {
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.minicolors-slider-saturation .minicolors-grid {
|
||||
background-position: -420px 0;
|
||||
}
|
||||
|
||||
.minicolors-slider-saturation .minicolors-grid-inner {
|
||||
background-position: -270px 0;
|
||||
background-image: inherit;
|
||||
}
|
||||
|
||||
.minicolors-slider-brightness .minicolors-grid {
|
||||
background-position: -570px 0;
|
||||
}
|
||||
|
||||
.minicolors-slider-brightness .minicolors-grid-inner {
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
.minicolors-slider-wheel .minicolors-grid {
|
||||
background-position: -720px 0;
|
||||
}
|
||||
|
||||
.minicolors-slider, .minicolors-opacity-slider {
|
||||
cursor: row-resize;
|
||||
background-color: #fff;
|
||||
background-position: 0 0;
|
||||
width: 20px;
|
||||
height: 150px;
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
left: 152px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .minicolors-slider, [dir="rtl"] .minicolors-opacity-slider {
|
||||
right: 152px;
|
||||
}
|
||||
|
||||
.minicolors-slider-saturation .minicolors-slider {
|
||||
background-position: -60px 0;
|
||||
}
|
||||
|
||||
.minicolors-slider-brightness .minicolors-slider, .minicolors-slider-wheel .minicolors-slider {
|
||||
background-position: -20px 0;
|
||||
}
|
||||
|
||||
.minicolors-opacity-slider {
|
||||
background-position: -40px 0;
|
||||
display: none;
|
||||
left: 173px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .minicolors-opacity-slider {
|
||||
right: 173px;
|
||||
}
|
||||
|
||||
.minicolors-with-opacity .minicolors-opacity-slider {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.minicolors-grid .minicolors-picker {
|
||||
background: none;
|
||||
border-radius: 10px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin-top: -6px;
|
||||
margin-left: -6px;
|
||||
position: absolute;
|
||||
top: 70px;
|
||||
left: 70px;
|
||||
box-shadow: 0 0 0 1px #00000040;
|
||||
}
|
||||
|
||||
.minicolors-grid .minicolors-picker > div {
|
||||
box-sizing: content-box;
|
||||
border: 2px solid #fff;
|
||||
border-radius: 8px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.minicolors-picker {
|
||||
box-sizing: content-box;
|
||||
background: #fff;
|
||||
border-radius: 2px;
|
||||
width: 18px;
|
||||
height: 3px;
|
||||
margin-top: -2px;
|
||||
margin-left: 1px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
box-shadow: 0 0 0 1px #00000040;
|
||||
}
|
||||
|
||||
.minicolors-swatches, .minicolors-swatches li {
|
||||
margin: 5px 0 3px 5px;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
[dir="rtl"] .minicolors-swatches, [dir="rtl"] .minicolors-swatches li {
|
||||
margin: 5px 5px 3px 0;
|
||||
}
|
||||
|
||||
.minicolors-swatches .minicolors-swatch {
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
margin: 0 4px 0 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
[dir="rtl"] .minicolors-swatches .minicolors-swatch {
|
||||
float: right;
|
||||
margin: 0 0 0 4px;
|
||||
}
|
||||
|
||||
.minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
|
||||
margin-right: 7px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
|
||||
margin-left: 7px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.minicolors-swatch.selected {
|
||||
border-color: #000;
|
||||
}
|
||||
|
||||
.minicolors-inline {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.minicolors-inline .minicolors-input {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.minicolors-inline .minicolors-panel {
|
||||
box-shadow: none;
|
||||
z-index: auto;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: auto;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
[dir="rtl"] .minicolors-inline .minicolors-panel {
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.minicolors-theme-default .minicolors-swatch {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
top: 5px;
|
||||
left: 5px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .minicolors-theme-default .minicolors-swatch {
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
.minicolors-theme-default .minicolors-swatches .minicolors-swatch {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
margin-bottom: 2px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
[dir="rtl"] .minicolors-theme-default .minicolors-swatches .minicolors-swatch {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
|
||||
left: auto;
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .minicolors-theme-default.minicolors-position-left .minicolors-swatch {
|
||||
left: 5px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.minicolors-theme-default.minicolors {
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.minicolors-theme-default .minicolors-input {
|
||||
width: auto;
|
||||
height: 20px;
|
||||
padding-left: 26px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
[dir="rtl"] .minicolors-theme-default .minicolors-input {
|
||||
text-align: right;
|
||||
unicode-bidi: plaintext;
|
||||
padding-left: 1px;
|
||||
padding-right: 26px;
|
||||
}
|
||||
|
||||
.minicolors-theme-default.minicolors-position-right .minicolors-input {
|
||||
padding-right: 26px;
|
||||
padding-left: inherit;
|
||||
}
|
||||
|
||||
[dir="rtl"] .minicolors-theme-default.minicolors-position-left .minicolors-input {
|
||||
padding-right: inherit;
|
||||
padding-left: 26px;
|
||||
}
|
||||
|
||||
.minicolors-theme-bootstrap .minicolors-swatch {
|
||||
z-index: 2;
|
||||
border-radius: 2px;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
top: 3px;
|
||||
left: 3px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .minicolors-theme-bootstrap .minicolors-swatch {
|
||||
right: 3px;
|
||||
}
|
||||
|
||||
.minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin-bottom: 2px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
[dir="rtl"] .minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.minicolors-theme-bootstrap .minicolors-swatch-color {
|
||||
border-radius: inherit;
|
||||
}
|
||||
|
||||
.minicolors-theme-bootstrap.minicolors-position-right > .minicolors-swatch {
|
||||
left: auto;
|
||||
right: 3px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .minicolors-theme-bootstrap.minicolors-position-left > .minicolors-swatch {
|
||||
left: 3px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.minicolors-theme-bootstrap .minicolors-input {
|
||||
float: none;
|
||||
padding-left: 44px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .minicolors-theme-bootstrap .minicolors-input {
|
||||
text-align: right;
|
||||
unicode-bidi: plaintext;
|
||||
padding-left: 12px;
|
||||
padding-right: 44px;
|
||||
}
|
||||
|
||||
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
|
||||
padding-left: 12px;
|
||||
padding-right: 44px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .minicolors-theme-bootstrap.minicolors-position-left .minicolors-input {
|
||||
padding-left: 44px;
|
||||
padding-right: 12px;
|
||||
}
|
||||
|
||||
.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
|
||||
border-radius: 5px;
|
||||
width: 37px;
|
||||
height: 37px;
|
||||
top: 4px;
|
||||
left: 4px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
|
||||
right: 4px;
|
||||
}
|
||||
|
||||
.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.minicolors-theme-bootstrap .minicolors-input.input-xs + .minicolors-swatch {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
[dir="rtl"] .input-group .minicolors-theme-bootstrap .minicolors-input {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
[dir="rtl"] .input-group .minicolors-theme-bootstrap:not(:last-child) .minicolors-input {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
[dir="rtl"] .input-group .form-control, [dir="rtl"] .input-group-addon, [dir="rtl"] .input-group-btn > .btn, [dir="rtl"] .input-group-btn > .btn-group > .btn, [dir="rtl"] .input-group-btn > .dropdown-toggle {
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .input-group .form-control:first-child, [dir="rtl"] .input-group-addon:first-child, [dir="rtl"] .input-group-btn:first-child > .btn, [dir="rtl"] .input-group-btn:first-child > .btn-group > .btn, [dir="rtl"] .input-group-btn:first-child > .dropdown-toggle, [dir="rtl"] .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), [dir="rtl"] .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
|
||||
border-left: 0;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
[dir="rtl"] .input-group .form-control:last-child, [dir="rtl"] .input-group-addon:last-child, [dir="rtl"] .input-group-btn:last-child > .btn, [dir="rtl"] .input-group-btn:last-child > .btn-group > .btn, [dir="rtl"] .input-group-btn:last-child > .dropdown-toggle, [dir="rtl"] .input-group-btn:first-child > .btn:not(:first-child), [dir="rtl"] .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.minicolors-theme-semanticui .minicolors-swatch {
|
||||
padding: 18px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
[dir="rtl"] .minicolors-theme-semanticui .minicolors-swatch {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.minicolors-theme-semanticui input {
|
||||
text-indent: 30px;
|
||||
}
|
||||
|
||||
.minicolors-theme-bootstrap .minicolors-input {
|
||||
width: 140px;
|
||||
}
|
||||
|
||||
.minicolors-theme-bootstrap .rgb {
|
||||
width: 175px;
|
||||
}
|
||||
|
||||
.minicolors-theme-bootstrap .rgba {
|
||||
width: 220px;
|
||||
}
|
||||
1
media/templates/administrator/atum/css/vendor/minicolors/minicolors.min.css
vendored
Normal file
1
media/templates/administrator/atum/css/vendor/minicolors/minicolors.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
media/templates/administrator/atum/css/vendor/minicolors/minicolors.min.css.gz
vendored
Normal file
BIN
media/templates/administrator/atum/css/vendor/minicolors/minicolors.min.css.gz
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user