summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/themes/Dark/freshrss.css6
-rw-r--r--p/themes/Dark/global.css9
-rw-r--r--p/themes/Origine/global.css7
3 files changed, 16 insertions, 6 deletions
diff --git a/p/themes/Dark/freshrss.css b/p/themes/Dark/freshrss.css
index 2ad30fab2..8e2efd383 100644
--- a/p/themes/Dark/freshrss.css
+++ b/p/themes/Dark/freshrss.css
@@ -201,8 +201,8 @@
font-weight: bold;
line-height: 50px;
background: #1c1c1c;
- border-top: 1px solid #888;
- border-bottom: 1px solid #888;
+ border-top: 1px solid #2f2f2f;
+ border-bottom: 1px solid #2f2f2f;
}
.day:first-child {
border-top: none;
@@ -244,7 +244,7 @@
}
.flux {
- border-left: 3px solid #aaa;
+ border-left: 3px solid #2f2f2f;
background: #1c1c1c;
}
.flux.not_read {
diff --git a/p/themes/Dark/global.css b/p/themes/Dark/global.css
index 4d71c43c5..b02f00526 100644
--- a/p/themes/Dark/global.css
+++ b/p/themes/Dark/global.css
@@ -179,8 +179,13 @@ input, select, textarea {
}
.stick .btn + .btn,
.stick .btn + input,
+ .stick .btn + .dropdown > .btn,
.stick input + .btn,
- .stick input + input {
+ .stick input + input,
+ .stick input + .dropdown > .btn,
+ .stick .dropdown + .btn,
+ .stick .dropdown + input,
+ .stick .dropdown + .dropdown > .btn {
border-left: none;
}
.stick .btn + .dropdown > .btn {
@@ -305,7 +310,7 @@ input, select, textarea {
display: block;
height: 0;
margin: 5px 0;
- border-bottom: 1px solid #ddd;
+ border-bottom: 1px solid #2f2f2f;
}
.nav-list .nav-form {
diff --git a/p/themes/Origine/global.css b/p/themes/Origine/global.css
index 4a4418dea..5209ad161 100644
--- a/p/themes/Origine/global.css
+++ b/p/themes/Origine/global.css
@@ -179,8 +179,13 @@ input, select, textarea {
}
.stick .btn + .btn,
.stick .btn + input,
+ .stick .btn + .dropdown > .btn,
.stick input + .btn,
- .stick input + input {
+ .stick input + input,
+ .stick input + .dropdown > .btn,
+ .stick .dropdown + .btn,
+ .stick .dropdown + input,
+ .stick .dropdown + .dropdown > .btn {
border-left: none;
}
.stick input + .btn {