-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#4453] Update Where to find it color scheme to be the same as the bo…
…otstrap btn-primary button
- Loading branch information
1 parent
c02b513
commit b531af5
Showing
3 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,3 +72,4 @@ | |
|
||
@import "datatables"; | ||
@import "lux_customizations"; | ||
@import "stackmap_customizations"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
// stackmap customizations until the vendor changes them | ||
|
||
.SMsearchbtn{ | ||
height:auto; | ||
cursor:pointer; | ||
border-radius:3px; | ||
display:inline-block; | ||
white-space:nowrap; | ||
margin:4px 0 4px 15px; | ||
// padding:4px;text-shadow:0 1px 1px rgba(0,0,0,.2); | ||
text-shadow:none; | ||
font-size:1rem; | ||
// font-weight:700; | ||
color:#ffffff; | ||
background-color: #3072AB; | ||
border-color: #3072AB; | ||
border-radius: 0.25rem; | ||
} | ||
|
||
.SMsearchbtn:hover{ | ||
background-color:#285e8d; | ||
color:#ffffff; | ||
text-decoration: none; | ||
} | ||
.SMsearchbtn:active{ | ||
background-color: #255783; | ||
border-color: #225179; | ||
} | ||
.SMsearchbtn:focus{ | ||
color: #ffffff; | ||
background-color: #285e8d; | ||
border-color: #255783; | ||
box-shadow: 0 0 0 0.2rem rgba(79, 135, 184, 0.5); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters