| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/admin/styles/admin/javascript/ |
Upload File : |
/*
QuickSelect
==========================================================================
Styles for the jQueryUi quickselect widget.
*/
$tab-border-radius: 2px;
$padding-small-half: $padding-small / 2;
$background-color: #F5F5F5;
$text-color: #737373;
.ui-tabs {
padding: 0;
.quickselect-headline-wrapper {
overflow: auto;
a {
border: 1px solid;
padding: $padding-small-half 2*$padding-small $padding-small-half;
text-decoration: none;
display: inline-block;
float: left;
@include component-colors($background-color, $text-color);
&.active {
// @include component-colors($brand-primary, $text-color-tooltip);
background: $brand-primary;
border-color: $brand-primary;
color: #ffffff;
}
&:first-child {
border-top-left-radius: $tab-border-radius;
border-bottom-left-radius: $tab-border-radius;
}
&:last-child {
border-top-right-radius: $tab-border-radius;
border-bottom-right-radius: $tab-border-radius;
}
&:not(.active) {
&:not(:first-child) {
border-left: 0px;
}
}
}
}
.quickselect-content-wrapper {
padding-top: 2*$padding-large;
border: 0px;
}
}