-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
little ui refresh for view source links
- Loading branch information
1 parent
dcdc936
commit 1cf301c
Showing
3 changed files
with
41 additions
and
20 deletions.
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 |
---|---|---|
|
@@ -25,6 +25,9 @@ | |
], | ||
"js": [ | ||
"ref-inject-code-search.js" | ||
], | ||
"css": [ | ||
"ref-inject-code-search.css" | ||
] | ||
} | ||
], | ||
|
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,25 @@ | ||
.__asdk_search_extension_link_container__ { | ||
margin-bottom: 8px; | ||
} | ||
|
||
.__asdk_search_extension_link__ { | ||
display: inline-block; | ||
padding: 3px 6px; | ||
border: 2px solid rgba(3, 155, 229, 0.85); | ||
border-radius: 4px; | ||
color: #039BE5; | ||
font-family: Roboto; | ||
font-weight: 700; | ||
font-size: 13px; | ||
line-height: 15px; | ||
} | ||
|
||
.__asdk_search_extension_link__ + .__asdk_search_extension_link__ { | ||
margin-left: 4px; | ||
} | ||
|
||
.__asdk_search_extension_link__:hover { | ||
border-color: #039BE5; | ||
background-color: #039BE5; | ||
color: #fff; | ||
} |
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