mirror of
https://github.com/Frumph/comic-easel.git
synced 2026-07-01 09:24:58 -04:00
update to the admin side config.sys for the button css for the 'register' for bf ads
Signed-off-by: Frumph <philip@frumph.net>
This commit is contained in:
@@ -208,3 +208,30 @@ div.show .ceoadmin-footer img {
|
||||
.alternate {
|
||||
background: #fcfcfc;
|
||||
}
|
||||
|
||||
.butstyled {
|
||||
border: 0;
|
||||
line-height: 2.5;
|
||||
padding: 10px 20px;
|
||||
font-size: 1rem;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
text-shadow: 1px 1px 1px #000;
|
||||
border-radius: 10px;
|
||||
background-color: rgba(220, 0, 0, 1);
|
||||
background-image: linear-gradient(to top left,
|
||||
rgba(0, 0, 0, .2),
|
||||
rgba(0, 0, 0, .2) 30%,
|
||||
rgba(0, 0, 0, 0));
|
||||
box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
|
||||
inset -2px -2px 3px rgba(0, 0, 0, .6);
|
||||
}
|
||||
|
||||
.butstyled:hover {
|
||||
background-color: rgba(255, 0, 0, 1);
|
||||
}
|
||||
|
||||
.butstyled:active {
|
||||
box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
|
||||
inset 2px 2px 3px rgba(0, 0, 0, .6);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user