onion/sass/ascribe_piece_list_toolbar....

88 lines
1.7 KiB
SCSS
Raw Permalink Normal View History

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-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
}
}
}
2016-01-27 15:01:33 +01:00
.ascribe-piece-list-toolbar-widget {
2015-08-14 14:58:23 +02:00
button {
2016-01-27 15:01:33 +01:00
background-color: transparent;
border: 1px solid transparent;
color: $ascribe--button-default-color;
2015-08-14 14:58:23 +02:00
padding: 6px 4px 6px 8px;
2015-08-31 19:04:44 +02:00
&:hover,
&:active {
2016-01-27 15:01:33 +01:00
background-color: $ascribe--button-default-color !important;
border-color: $ascribe--button-default-color !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
2016-01-27 15:01:33 +01:00
.ascribe-piece-list-toolbar-widget-item {
2015-09-16 23:36:21 +02:00
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;
2015-09-16 23:36:21 +02:00
color: #333333;
/* Fuck you react-bootstrap */
&:hover {
background-color: $dropdown-link-hover-bg;
cursor: pointer;
}
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-10-21 17:37:29 +02:00
.dropdown-menu {
min-width: 170px;
}
2015-08-31 19:04:44 +02:00
}