fixed #26;
This commit is contained in:
@@ -113,6 +113,7 @@ export default {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: $column-height;
|
||||
font-size: medium;
|
||||
.action-group {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -156,6 +157,9 @@ export default {
|
||||
& div,
|
||||
& select {
|
||||
height: 100%;
|
||||
color: #181616;
|
||||
font-size: medium;
|
||||
background-color: #bdbdcf;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -191,11 +195,18 @@ export default {
|
||||
background-color: #d0d0e0;
|
||||
}
|
||||
|
||||
.search-torrents,
|
||||
.youtube-dl-link,
|
||||
.magnet-link,
|
||||
.choose-file {
|
||||
color: #181616;
|
||||
}
|
||||
.checkboxes {
|
||||
background-color: #c4c4d9;
|
||||
padding: 5px 1px;
|
||||
}
|
||||
input,
|
||||
select,
|
||||
button {
|
||||
margin: 0px;
|
||||
border: 0px;
|
||||
|
||||
@@ -29,6 +29,8 @@ export default {
|
||||
height: 100%;
|
||||
margin: 0px;
|
||||
background-color: $bg-color;
|
||||
font-size: medium;
|
||||
color: #181616;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 1024px) {
|
||||
|
||||
@@ -28,13 +28,12 @@
|
||||
|
||||
.table-row,
|
||||
.table-row-search {
|
||||
color : #3e3e3e;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.table-cell:hover {
|
||||
cursor : pointer;
|
||||
background-color: #c4afaf;
|
||||
background-color: #547573;
|
||||
/* box-shadow : 0px 1px 4px rgba(0, 0, 0, .08); */
|
||||
}
|
||||
}
|
||||
@@ -59,7 +58,6 @@
|
||||
}
|
||||
.table-cell:hover {
|
||||
cursor : pointer;
|
||||
background-color: #F0F0F0;
|
||||
/* box-shadow : 0px 1px 4px rgba(0, 0, 0, .08); */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user