1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-22 15:07:44 +00:00
Files
matomo/plugins/Morpheus/stylesheets/uibase/_periodSelect.less
Stefan Giehl 7e24dc08bf Fix table header might overlay top control drop downs (#21229)
* Remove unneeded z-index settings for top control elements

* updates expected UI test files
2023-09-06 17:33:46 +02:00

88 خطوط
1.3 KiB
Plaintext

#ajaxLoadingCalendar {
white-space: nowrap;
}
#periodString {
display: block;
color: @theme-color-text-light;
font-size: 14px;
border: 1px solid #e4e5e4;
float: left;
margin-right: 10px;
position: absolute;
background-color: #f7f7f7;
&:hover {
background-color: #f1f0eb;
border-color: #a9a399;
}
td {
vertical-align: top;
border-radius: 0;
}
.ui-widget-header,
.ui-datepicker {
&.ui-helper-clearfix::before,
&.ui-helper-clearfix::after {
display: inline;
clear: none;
content: none !important;
}
}
.calendar-icon {
width: 13px;
height: 15px;
display: inline-block;
position: absolute;
right: 19px;
top: 9px;
background: url("plugins/Morpheus/images/icon-calendar.png") no-repeat scroll;
cursor: pointer;
}
strong {
color: #255792;
}
h6 {
font-size: 14px;
padding: 0 0 4px 0;
}
.period-date,
.period-range {
padding: 0 16px 0 0;
}
.period-type {
padding: 0;
}
.period-type label {
&, span {
font-size: 13px;
white-space: nowrap;
}
}
label.selected-period-label {
text-decoration: underline;
}
.compareCheckbox {
transform: scale(.8);
margin-left: -29px;
.form-group {
margin: 15px 0 0;
}
label {
padding-left: 25px;
}
}
}