mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 22:44:24 +01:00
Merge pull request #111 from breadchris/master
Fixed button outlining so that custom buttons do not appear invisible
This commit is contained in:
@@ -132,10 +132,7 @@ table{
|
||||
.btn {
|
||||
letter-spacing: 1px;
|
||||
text-decoration: none;
|
||||
background: none;
|
||||
-moz-user-select: none;
|
||||
background-image: none;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 0;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
@@ -146,7 +143,6 @@ table{
|
||||
line-height:20px;
|
||||
font-weight:700;
|
||||
text-transform:uppercase;
|
||||
border: 3px solid;
|
||||
padding:8px 20px;
|
||||
}
|
||||
|
||||
@@ -190,6 +186,8 @@ table{
|
||||
background: none;
|
||||
color: #545454;
|
||||
border-color: #545454;
|
||||
background-image: none;
|
||||
border: 3px solid;
|
||||
}
|
||||
|
||||
.btn-outlined.btn-theme:hover,
|
||||
|
||||
Reference in New Issue
Block a user