mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-05 13:44:43 -04:00
More uniform styling of A and BUTTON in drop-downs
https://github.com/FreshRSS/FreshRSS/issues/1556
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user