adjusted the style of codepot-buttoned-anchor
This commit is contained in:
parent
38d11d3564
commit
149fd61412
@ -1073,21 +1073,20 @@ pre.codepot-line-numbered span.codepot-line-number-clear {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.codepot-buttoned-anchor {
|
.codepot-buttoned-anchor {
|
||||||
background-color: #008CBA;
|
background-color: #456789;
|
||||||
border: 1px solid #008CBA;
|
/*border: 1px solid #008CBA;*/
|
||||||
color: white;
|
color: #E9E9E9;
|
||||||
padding: 0px 5px 0px 5px;
|
padding: 0px 5px 0px 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 0.9em;
|
/*font-size: 0.9em; */
|
||||||
font-weight: bold;
|
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
transition-duration: 0.4s;
|
transition-duration: 0.4s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.codepot-buttoned-anchor:hover {
|
.codepot-buttoned-anchor:hover {
|
||||||
background-color: #00BCFA;
|
background-color: #884400;
|
||||||
}
|
}
|
||||||
|
|
||||||
.codepot-buttoned-anchor a,
|
.codepot-buttoned-anchor a,
|
||||||
@ -1096,7 +1095,7 @@ pre.codepot-line-numbered span.codepot-line-number-clear {
|
|||||||
a.codepot-buttoned-anchor,
|
a.codepot-buttoned-anchor,
|
||||||
a.codepot-buttoned-anchor:hover ,
|
a.codepot-buttoned-anchor:hover ,
|
||||||
a.codepot-buttoned-anchor:visited {
|
a.codepot-buttoned-anchor:visited {
|
||||||
color: white !important;
|
color: #E9E9E9 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* === list === */
|
/* === list === */
|
||||||
|
Loading…
Reference in New Issue
Block a user