2015-09-09 20:04:49 +03:00
|
|
|
/*
|
|
|
|
* Shared navbar panel settings
|
|
|
|
*/
|
|
|
|
|
|
|
|
.th-top-nav-options-panel {
|
|
|
|
background-color: white;
|
|
|
|
padding: 10px 10px 0;
|
|
|
|
border-bottom: 1px solid black;
|
|
|
|
max-height: 400px;
|
|
|
|
overflow-y: auto;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
2016-12-01 23:03:09 +03:00
|
|
|
/*
|
|
|
|
* Update notification panel
|
|
|
|
*/
|
|
|
|
|
|
|
|
.update-alert-panel {
|
2017-10-07 02:42:08 +03:00
|
|
|
border-radius: 0;
|
|
|
|
margin-bottom: 0;
|
2016-12-01 23:03:09 +03:00
|
|
|
}
|
2017-02-03 04:25:26 +03:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Active Filters panel
|
|
|
|
*/
|
|
|
|
.active-filters-bar {
|
2017-10-11 20:48:33 +03:00
|
|
|
padding: 5px 25px 5px 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.active-filters-title {
|
|
|
|
padding-right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filtersbar-filter {
|
|
|
|
font-size: 12px;
|
|
|
|
padding-right: 12px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-filter-input {
|
|
|
|
margin-top: 5px;
|
2017-02-03 04:25:26 +03:00
|
|
|
}
|