aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-05-27 23:05:44 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-05-27 23:05:44 +0200
commiteeb5d6dd5e68de39229dc99ce9155cc467999187 (patch)
tree596c4d7fe1ff07f0e9238adc85fa2a33d604fcd8 /p
parentb49bd3f3378102dc8cfc5986cc3a3f969005f5f1 (diff)
More uniform styling of A and BUTTON in drop-downs
https://github.com/FreshRSS/FreshRSS/issues/1556
Diffstat (limited to 'p')
-rw-r--r--p/themes/BlueLagoon/BlueLagoon.css9
-rw-r--r--p/themes/Dark/dark.css10
-rw-r--r--p/themes/Flat/flat.css8
-rw-r--r--p/themes/Origine-compact/origine-compact.css12
-rw-r--r--p/themes/Origine/origine.css12
-rw-r--r--p/themes/Pafat/pafat.css21
-rw-r--r--p/themes/Screwdriver/screwdriver.css11
-rw-r--r--p/themes/base-theme/base.css7
8 files changed, 30 insertions, 60 deletions
diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css
index 17f6003d1..150e27908 100644
--- a/p/themes/BlueLagoon/BlueLagoon.css
+++ b/p/themes/BlueLagoon/BlueLagoon.css
@@ -368,16 +368,13 @@ a.btn {
.dropdown-header {
display:none;
}
-.dropdown-menu > .item > a {
- padding: 0 25px;
- line-height: 2.5em;
- color: #ccc;
-}
+.dropdown-menu > .item > a,
.dropdown-menu > .item > span,
.dropdown-menu > .item > .as-link {
padding: 0 22px;
- line-height: 2em;
+ line-height: 2.5em;
color: #ccc;
+ font-size: 0.8rem;
}
.dropdown-menu > .item:hover {
background: linear-gradient(180deg, #0090FF 0%, #0062BE 100%) #E4992C;
diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css
index 85c67807c..d8415ef25 100644
--- a/p/themes/Dark/dark.css
+++ b/p/themes/Dark/dark.css
@@ -334,14 +334,12 @@ a.btn {
text-align: left;
color: #888;
}
-.dropdown-menu > .item > a {
- padding: 0 25px;
- line-height: 2.5em;
-}
+.dropdown-menu > .item > a,
.dropdown-menu > .item > span,
.dropdown-menu > .item > .as-link {
padding: 0 22px;
- line-height: 2em;
+ line-height: 2.5em;
+ font-size: 0.8rem;
}
.dropdown-menu > .item:hover {
background: #26303F;
@@ -810,7 +808,7 @@ a.btn {
/*=== "Load more" part */
#bigMarkAsRead {
text-align: center;
- text-decoration: none;
+ text-decoration: none;
}
#bigMarkAsRead:hover {
background: #111;
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css
index 2292a078f..0240fe4b4 100644
--- a/p/themes/Flat/flat.css
+++ b/p/themes/Flat/flat.css
@@ -334,14 +334,12 @@ a.btn {
text-align: left;
color: #34495e;
}
-.dropdown-menu > .item > a {
- padding: 0 25px;
- line-height: 2.5em;
-}
+.dropdown-menu > .item > a,
.dropdown-menu > .item > span,
.dropdown-menu > .item > .as-link {
padding: 0 22px;
- line-height: 2em;
+ line-height: 2.5em;
+ font-size: 0.8rem;
}
.dropdown-menu > .item:hover {
background: #2980b9;
diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css
index d1c37cc96..8447e2486 100644
--- a/p/themes/Origine-compact/origine-compact.css
+++ b/p/themes/Origine-compact/origine-compact.css
@@ -360,16 +360,12 @@ a.btn {
font-weight: bold;
text-align: left;
}
-.dropdown-menu > .item {
-}
-.dropdown-menu > .item > a {
- padding: 0 25px;
- line-height: 2.5em;
-}
+.dropdown-menu > .item > a,
.dropdown-menu > .item > span,
.dropdown-menu > .item > .as-link {
padding: 0 22px;
- line-height: 2em;
+ line-height: 2.5em;
+ font-size: 0.8rem;
}
.dropdown-menu > .item:hover {
background: #0062BE;
@@ -870,7 +866,7 @@ a.btn {
/*=== "Load more" part */
#bigMarkAsRead {
text-align: center;
- text-decoration: none;
+ text-decoration: none;
color: #666;
background: #fafafa;
font-size: 1.2em;
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css
index bb1cf3a1f..becf3f433 100644
--- a/p/themes/Origine/origine.css
+++ b/p/themes/Origine/origine.css
@@ -358,16 +358,12 @@ a.btn {
font-weight: bold;
text-align: left;
}
-.dropdown-menu > .item {
-}
-.dropdown-menu > .item > a {
- padding: 0 25px;
- line-height: 2.5em;
-}
+.dropdown-menu > .item > a,
.dropdown-menu > .item > span,
.dropdown-menu > .item > .as-link {
padding: 0 22px;
- line-height: 2em;
+ line-height: 2.5em;
+ font-size: 0.8rem;
}
.dropdown-menu > .item:hover {
background: #0062BE;
@@ -853,7 +849,7 @@ a.btn {
/*=== "Load more" part */
#bigMarkAsRead {
text-align: center;
- text-decoration: none;
+ text-decoration: none;
text-shadow: 0 -1px 0 #aaa;
color: #666;
background: #fafafa;
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css
index 8a0bf57a7..23bc6671d 100644
--- a/p/themes/Pafat/pafat.css
+++ b/p/themes/Pafat/pafat.css
@@ -146,8 +146,8 @@ form th {
.stick .dropdown + .dropdown > .btn {
border-left: none;
-}
-
+}
+
.stick .btn + .dropdown > .btn {
border-left: none;
border-radius: 0 3px 3px 0;
@@ -338,20 +338,13 @@ a.btn {
font-weight: bold;
text-align: left;
}
-.dropdown-menu > .item {
-}
-
-.dropdown-menu > .item > a {
- padding: 0 22px;
- line-height: 2.5em;
- color: #666;
- font-size: 0.8rem;
-}
+.dropdown-menu > .item > a,
.dropdown-menu > .item > span,
.dropdown-menu > .item > .as-link {
padding: 0 22px;
- line-height: 2em;
+ line-height: 2.5em;
+ color: #666;
font-size: 0.8rem;
}
@@ -550,7 +543,7 @@ a.btn {
text-decoration: none;
color : #C5C6CA;
}
-
+
.header > .item.search input {
width: 230px;
height : 29px;
@@ -861,7 +854,7 @@ a.btn {
/*=== "Load more" part */
#bigMarkAsRead {
text-align: center;
- text-decoration: none;
+ text-decoration: none;
color: #666;
background: #fafafa;
}
diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css
index 03ef45fa9..b2c539b13 100644
--- a/p/themes/Screwdriver/screwdriver.css
+++ b/p/themes/Screwdriver/screwdriver.css
@@ -368,18 +368,13 @@ a.btn {
.dropdown-header {
display:none;
}
-.dropdown-menu > .item {
-}
-.dropdown-menu > .item > a {
- padding: 0 25px;
- line-height: 2.5em;
- color: #ccc;
-}
+.dropdown-menu > .item > a,
.dropdown-menu > .item > span,
.dropdown-menu > .item > .as-link {
padding: 0 22px;
- line-height: 2em;
+ line-height: 2.5em;
color: #ccc;
+ font-size: 0.8rem;
}
.dropdown-menu > .item:hover {
background: #171717;
diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css
index e20d0b621..1bf73d8b3 100644
--- a/p/themes/base-theme/base.css
+++ b/p/themes/base-theme/base.css
@@ -251,14 +251,11 @@ a.btn {
}
.dropdown-menu > .item {
}
-.dropdown-menu > .item > a {
- padding: 0 25px;
- line-height: 2.5em;
-}
+.dropdown-menu > .item > a,
.dropdown-menu > .item > span,
.dropdown-menu > .item > .as-link {
padding: 0 22px;
- line-height: 2em;
+ line-height: 2.5em;
}
.dropdown-menu > .item:hover {
}