mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-02-04 11:04:29 +00:00
tune CSS for confirmation message in original and calm themes
This commit is contained in:
parent
0d2b64b778
commit
4039af6dc4
@ -1118,12 +1118,13 @@ ol.toptrends-list {
|
||||
margin: 2px 16px 4px 60px;
|
||||
}
|
||||
|
||||
.confirm-popup .message a,
|
||||
.post-text a,
|
||||
.post-context a,
|
||||
.mini-screen-name
|
||||
{
|
||||
color: #e34f42;
|
||||
.mini-screen-name {
|
||||
color: #E34F42;
|
||||
}
|
||||
|
||||
.mini-screen-name
|
||||
{
|
||||
font-size: 13px;
|
||||
|
@ -1346,6 +1346,7 @@ textarea.splited-post {
|
||||
}
|
||||
|
||||
/* external http links */
|
||||
.confirm-popup .message a,
|
||||
.post-text a {
|
||||
font: italic 13px "Open Sans", sans-serif;
|
||||
text-decoration: none;
|
||||
@ -1357,11 +1358,13 @@ textarea.splited-post {
|
||||
transition: all 200ms;
|
||||
}
|
||||
|
||||
.confirm-popup .message a:hover,
|
||||
.post-text a:hover {
|
||||
color: #e18881;
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
.confirm-popup .message a[href^="http"]:after,
|
||||
.post-text a[href^="http"]:after {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
@ -1380,10 +1383,12 @@ textarea.splited-post {
|
||||
transition: all 200ms;
|
||||
}
|
||||
|
||||
.confirm-popup .message a[href^="http"]:hover:after,
|
||||
.post-text a[href^="http"]:hover:after {
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
.confirm-popup .message a[href^="#profile"],
|
||||
.post-text a[href^="#profile"], .follow-suggestions a[href^="#profile"] {
|
||||
color: #5e8da4;
|
||||
text-decoration: none;
|
||||
@ -1394,6 +1399,7 @@ textarea.splited-post {
|
||||
transition: all 200ms;
|
||||
}
|
||||
|
||||
.confirm-popup .message a[href^="#profile"]:hover,
|
||||
.post-text a[href^="#profile"]:hover, .follow-suggestions a[href^="#profile"]:hover {
|
||||
color: #76b2ce;
|
||||
}
|
||||
@ -1402,6 +1408,7 @@ textarea.splited-post {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.confirm-popup .message a[href^="#hashtag"],
|
||||
.toptrends-list a[href^="#hashtag"], .post-text a[href^="#hashtag"] {
|
||||
color: #5e72a4;
|
||||
text-decoration: none;
|
||||
@ -1412,6 +1419,7 @@ textarea.splited-post {
|
||||
transition: all 200ms;
|
||||
}
|
||||
|
||||
.confirm-popup .message a[href^="#hashtag"]:hover,
|
||||
.toptrends-list a[href^="#hashtag"]:hover, .post-text a[href^="#hashtag"]:hover {
|
||||
color: #768fce;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user