onion/sass/ascribe_piece_list_toolbar....

84 lines
1.5 KiB
SCSS
Raw Normal View History

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 {
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-08-31 19:04:44 +02:00
2015-08-14 14:58:23 +02:00
input {
2015-08-14 15:38:30 +02:00
background-color: transparent;
2015-08-14 14:58:23 +02:00
border: 1px solid #02b6a3;
border-right: 0;
2015-08-31 19:04:44 +02:00
box-shadow: 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 {
color: #02b6a3;
}
2015-08-31 19:04:44 +02:00
2015-08-14 14:58:23 +02:00
border: 1px solid #02b6a3;
border-left: 0;
}
}
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;
border: 1px solid #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
.filter-widget-item {
> a {
padding-left: 0;
padding-right: 0;
}
}
2015-08-04 10:06:02 +02:00
.checkbox-line {
height: 25px;
2015-08-31 19:04:44 +02:00
position: relative;
span {
cursor: pointer;
2015-08-31 19:04:44 +02:00
left: 9px;
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 10:06:02 +02:00
input {
2015-08-31 19:04:44 +02:00
margin-left: 10px;
position: absolute;
right: 9px;
2015-08-31 19:04:44 +02:00
top: 2px;
2015-08-04 10:06:02 +02:00
}
}
2015-08-31 19:04:44 +02:00
}