Skip to content

Commit 63fc5d2

Browse files
author
Fabian Perez
committed
Adjust button styles
1 parent e46477b commit 63fc5d2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

static/shared/css/documentation.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,16 @@ a img {
321321
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
322322
}
323323

324-
.nav-register-button:hover,
325-
.nav-register-button:focus {
324+
.nav-register-button:active {
325+
background-color: #3072b3;
326+
background-image: none;
327+
border-color: #25588c;
328+
box-shadow: inset 0 3px 5px rgba(0,0,0,.15);
329+
}
330+
331+
.nav-register-button:active,
332+
.nav-register-button:focus,
333+
.nav-register-button:hover {
326334
text-decoration: none;
327335
}
328336

0 commit comments

Comments
 (0)