mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-12 16:07:59 +00:00
add CSS rule for samp in post preview, change CSS background to background-color for it
This commit is contained in:
parent
0eccba44f0
commit
c4e0b265f4
@ -661,6 +661,10 @@ textarea.splited-post {
|
||||
color: #E34F42;
|
||||
}
|
||||
|
||||
#post-preview samp {
|
||||
background-color: #F0EFCC;
|
||||
}
|
||||
|
||||
.splited-post-counter {
|
||||
color: rgba(0, 0, 0, 0.3);
|
||||
font-weight: bold;
|
||||
@ -1046,7 +1050,7 @@ ol.toptrends-list {
|
||||
}
|
||||
|
||||
.post-text samp {
|
||||
background: #f0efcc;
|
||||
background-color: #F0EFCC;
|
||||
}
|
||||
|
||||
.post-context
|
||||
|
@ -786,6 +786,10 @@ textarea.splited-post {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#post-preview samp {
|
||||
background-color: #EEE;
|
||||
}
|
||||
|
||||
.splited-post-counter {
|
||||
color: rgba(0, 0, 0, 0.3);
|
||||
font-weight: bold;
|
||||
@ -1248,7 +1252,7 @@ textarea.splited-post {
|
||||
}
|
||||
|
||||
.post-text samp {
|
||||
background: #eee;
|
||||
background: #EEE;
|
||||
}
|
||||
|
||||
.post-context
|
||||
|
@ -879,7 +879,7 @@ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu,
|
||||
}
|
||||
|
||||
.post-text samp {
|
||||
background: #eee;
|
||||
background-color: #EEE;
|
||||
}
|
||||
|
||||
/* line 138, ../sass/_postboard.sass */
|
||||
@ -2287,6 +2287,10 @@ textarea.splited-post {
|
||||
color: #B4C669;
|
||||
}
|
||||
|
||||
#post-preview samp {
|
||||
background-color: #EEE;
|
||||
}
|
||||
|
||||
/* line 384, ../sass/style.sass */
|
||||
.splited-post-counter {
|
||||
color: rgba(0, 0, 0, 0.3);
|
||||
|
@ -135,7 +135,7 @@
|
||||
min-height: 25px
|
||||
padding: 0
|
||||
samp
|
||||
background: #eee
|
||||
background-color: #EEE
|
||||
|
||||
.post-context
|
||||
font-size: 11px
|
||||
|
@ -365,6 +365,8 @@ ul.userMenu-search-profiles
|
||||
color: #AAA
|
||||
a:hover
|
||||
color: $color-green
|
||||
samp
|
||||
background-color: #EEE
|
||||
|
||||
#postboard-top
|
||||
clear: both
|
||||
|
Loading…
Reference in New Issue
Block a user