mirror of
https://github.com/Carve/qbittorrent-webui-cjratliff.com.git
synced 2025-02-28 23:50:57 +01:00
Fixed some line colors
Fixed hr and a few base elements
This commit is contained in:
parent
7094f6f447
commit
10ee0c972e
@ -28,7 +28,6 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#desktop {
|
#desktop {
|
||||||
background: var(--darkmode-background);
|
|
||||||
cursor: default; /* Fix for issue in IE7. IE7 wants to use the I-bar text cursor */
|
cursor: default; /* Fix for issue in IE7. IE7 wants to use the I-bar text cursor */
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
@ -330,7 +329,7 @@ li.divider {
|
|||||||
/* Column and Panel Handles */
|
/* Column and Panel Handles */
|
||||||
|
|
||||||
.horizontalHandle {
|
.horizontalHandle {
|
||||||
background: #eee url("../images/bg-handle-horizontal.gif") repeat-x;
|
background: url("../images/bg-handle-horizontal.gif") repeat-x;
|
||||||
font-size: 1px;
|
font-size: 1px;
|
||||||
height: 4px;
|
height: 4px;
|
||||||
line-height: 1px;
|
line-height: 1px;
|
||||||
@ -342,7 +341,7 @@ li.divider {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.horizontalHandle .handleIcon {
|
.horizontalHandle .handleIcon {
|
||||||
background: url("../images/handle-icon-horizontal.gif") center center
|
background: var(--darkmode-line-color) url("../images/handle-icon-horizontal.gif") center center
|
||||||
no-repeat;
|
no-repeat;
|
||||||
font-size: 1px;
|
font-size: 1px;
|
||||||
height: 4px;
|
height: 4px;
|
||||||
@ -352,8 +351,8 @@ li.divider {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.columnHandle {
|
.columnHandle {
|
||||||
background: #c3c3c3 url("../images/handle-icon.gif") center center no-repeat;
|
background: var(--darkmode-line-color) url("../images/handle-icon.gif") center center no-repeat;
|
||||||
border: 1px solid #909090;
|
border: 1px solid var(--darkmode-line-color);
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -19,12 +19,13 @@ Required by:
|
|||||||
---------------------------------------------------------------- */
|
---------------------------------------------------------------- */
|
||||||
|
|
||||||
.mocha {
|
.mocha {
|
||||||
background-color: #e5e5e5;
|
background: var(--darkmode-background);
|
||||||
display: none;
|
display: none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mochaOverlay {
|
.mochaOverlay {
|
||||||
|
background: var(--darkmode-background);
|
||||||
left: 0;
|
left: 0;
|
||||||
position: absolute; /* This is also set in theme.js in order to make theme transitions smoother */
|
position: absolute; /* This is also set in theme.js in order to make theme transitions smoother */
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -118,9 +118,9 @@ pre {
|
|||||||
/* Dividers */
|
/* Dividers */
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
background-color: #ddd;
|
background-color: var(--darkmode-line-color);
|
||||||
border: 0px;
|
border: 0px;
|
||||||
color: #ccc;
|
color: var(--darkmode-text);
|
||||||
height: 1px;
|
height: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user