2015-07-07 10:28:39 +02:00
|
|
|
|
2015-07-30 11:56:13 +02:00
|
|
|
.ascribe-piece-list-toolbar {
|
|
|
|
padding-left: 15px;
|
|
|
|
padding-right: 15px;
|
|
|
|
}
|
|
|
|
|
2015-07-07 10:28:39 +02:00
|
|
|
.search-bar {
|
2015-08-04 11:39:33 +02:00
|
|
|
max-width: 200px;
|
2015-08-31 19:04:44 +02:00
|
|
|
|
2015-08-04 10:06:02 +02:00
|
|
|
input {
|
|
|
|
height: 33px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-08-14 14:58:23 +02:00
|
|
|
.ascribe-input-glyph > .form-group > .input-group {
|
|
|
|
margin-left: 6px;
|
2015-10-09 13:14:29 +02:00
|
|
|
border: none;
|
2015-08-14 14:58:23 +02:00
|
|
|
input {
|
2015-08-14 15:38:30 +02:00
|
|
|
background-color: transparent;
|
2015-08-31 19:04:44 +02:00
|
|
|
box-shadow: none;
|
2015-10-09 13:14:29 +02:00
|
|
|
border: none;
|
2015-08-14 14:58:23 +02:00
|
|
|
}
|
2015-08-31 19:04:44 +02:00
|
|
|
|
2015-08-14 14:58:23 +02:00
|
|
|
> .input-group-addon {
|
2015-08-14 15:38:30 +02:00
|
|
|
background-color: transparent;
|
2015-08-31 19:04:44 +02:00
|
|
|
|
2015-08-14 14:58:23 +02:00
|
|
|
> .filter-glyph {
|
2015-10-09 13:14:29 +02:00
|
|
|
border: none;
|
2015-08-14 14:58:23 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-08-04 15:58:39 +02:00
|
|
|
|
2015-08-14 14:58:23 +02:00
|
|
|
.ascribe-piece-list-toolbar-filter-widget {
|
2015-08-31 19:04:44 +02:00
|
|
|
|
2015-08-14 14:58:23 +02:00
|
|
|
button {
|
2015-08-31 19:04:44 +02:00
|
|
|
background-color: rgba(0, 0, 0, 0);
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0);
|
2015-08-14 14:58:23 +02:00
|
|
|
color: #02b6a3;
|
|
|
|
padding: 6px 4px 6px 8px;
|
2015-08-31 19:04:44 +02:00
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:active {
|
2015-08-14 14:58:23 +02:00
|
|
|
background-color: #02b6a3 !important;
|
2015-08-31 19:04:44 +02:00
|
|
|
color: white;
|
2015-08-14 14:58:23 +02:00
|
|
|
}
|
|
|
|
.caret {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2015-08-31 19:04:44 +02:00
|
|
|
|
2015-08-04 15:58:39 +02:00
|
|
|
.filter-widget-item {
|
2015-09-16 23:36:21 +02:00
|
|
|
a {
|
2015-08-04 15:58:39 +02:00
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-08-04 10:06:02 +02:00
|
|
|
.checkbox-line {
|
2015-08-04 15:58:39 +02:00
|
|
|
height: 25px;
|
2015-08-31 19:04:44 +02:00
|
|
|
position: relative;
|
2015-09-16 23:36:21 +02:00
|
|
|
color: #333333;
|
|
|
|
|
|
|
|
/* Fuck you react-bootstrap */
|
|
|
|
&:hover {
|
|
|
|
background-color: $dropdown-link-hover-bg;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2015-08-04 15:58:39 +02:00
|
|
|
|
2015-08-04 11:39:33 +02:00
|
|
|
span {
|
|
|
|
cursor: pointer;
|
2015-08-31 19:04:44 +02:00
|
|
|
left: 9px;
|
2015-08-04 15:58:39 +02:00
|
|
|
margin-right: 10px;
|
2015-08-31 19:04:44 +02:00
|
|
|
position: absolute;
|
|
|
|
top: 3px;
|
2015-08-04 10:06:02 +02:00
|
|
|
}
|
2015-08-04 15:58:39 +02:00
|
|
|
|
2015-08-04 10:06:02 +02:00
|
|
|
input {
|
2015-08-31 19:04:44 +02:00
|
|
|
margin-left: 10px;
|
2015-08-04 15:58:39 +02:00
|
|
|
position: absolute;
|
|
|
|
right: 9px;
|
2015-08-31 19:04:44 +02:00
|
|
|
top: 2px;
|
2015-08-04 10:06:02 +02:00
|
|
|
}
|
|
|
|
}
|
2015-10-21 17:37:29 +02:00
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
min-width: 170px;
|
|
|
|
}
|
2015-08-31 19:04:44 +02:00
|
|
|
}
|