-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
4,957 additions
and
1,824 deletions.
There are no files selected for viewing
1,039 changes: 771 additions & 268 deletions
1,039
priv/ember_riak_explorer/dist/assets/ember-riak-explorer.css
Large diffs are not rendered by default.
Oops, something went wrong.
238 changes: 122 additions & 116 deletions
238
priv/ember_riak_explorer/dist/assets/ember-riak-explorer.css.map
Large diffs are not rendered by default.
Oops, something went wrong.
5,047 changes: 3,967 additions & 1,080 deletions
5,047
priv/ember_riak_explorer/dist/assets/ember-riak-explorer.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file removed
BIN
-19.7 KB
priv/ember_riak_explorer/dist/assets/fonts/bootstrap/glyphicons-halflings-regular.eot
Binary file not shown.
288 changes: 0 additions & 288 deletions
288
...mber_riak_explorer/dist/assets/fonts/bootstrap/glyphicons-halflings-regular.svg
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-44.3 KB
priv/ember_riak_explorer/dist/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf
Binary file not shown.
Binary file removed
BIN
-22.9 KB
priv/ember_riak_explorer/dist/assets/fonts/bootstrap/glyphicons-halflings-regular.woff
Binary file not shown.
Binary file removed
BIN
-17.6 KB
priv/ember_riak_explorer/dist/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -179,80 +179,77 @@ | |
|
||
/* | ||
Original highlight.js style (c) Ivan Sagalaev <[email protected]> | ||
Darkula color scheme from the JetBrains family of IDEs | ||
*/ | ||
|
||
|
||
.hljs { | ||
display: block; | ||
overflow-x: auto; | ||
padding: 0.5em; | ||
background: #F0F0F0; | ||
background: #2b2b2b; | ||
} | ||
|
||
.hljs, | ||
.hljs-subst { | ||
color: #444; | ||
.hljs { | ||
color: #bababa; | ||
} | ||
|
||
.hljs-keyword, | ||
.hljs-attribute, | ||
.hljs-selector-tag, | ||
.hljs-meta-keyword, | ||
.hljs-doctag, | ||
.hljs-name { | ||
font-weight: bold; | ||
.hljs-strong, | ||
.hljs-emphasis { | ||
color: #a8a8a2; | ||
} | ||
|
||
.hljs-built_in, | ||
.hljs-literal, | ||
.hljs-bullet, | ||
.hljs-code, | ||
.hljs-addition { | ||
color: #1F811F; | ||
} | ||
|
||
.hljs-regexp, | ||
.hljs-symbol, | ||
.hljs-variable, | ||
.hljs-template-variable, | ||
.hljs-quote, | ||
.hljs-link, | ||
.hljs-selector-attr, | ||
.hljs-selector-pseudo { | ||
color: #BC6060; | ||
.hljs-number, | ||
.hljs-regexp, | ||
.hljs-literal { | ||
color: #6896ba; | ||
} | ||
|
||
.hljs-type, | ||
.hljs-string, | ||
.hljs-number, | ||
.hljs-selector-id, | ||
.hljs-selector-class, | ||
.hljs-quote, | ||
.hljs-template-tag, | ||
.hljs-deletion { | ||
color: #880000; | ||
.hljs-code, | ||
.hljs-selector-class { | ||
color: #a6e22e; | ||
} | ||
|
||
.hljs-title, | ||
.hljs-section { | ||
color: #880000; | ||
font-weight: bold; | ||
.hljs-emphasis { | ||
font-style: italic; | ||
} | ||
|
||
.hljs-comment { | ||
color: #888888; | ||
.hljs-keyword, | ||
.hljs-selector-tag, | ||
.hljs-section, | ||
.hljs-attribute, | ||
.hljs-name, | ||
.hljs-variable { | ||
color: #cb7832; | ||
} | ||
|
||
.hljs-meta { | ||
color: #2B6EA1; | ||
.hljs-params { | ||
color: #b9b9b9; | ||
} | ||
|
||
.hljs-emphasis { | ||
font-style: italic; | ||
.hljs-string, | ||
.hljs-subst, | ||
.hljs-type, | ||
.hljs-built_in, | ||
.hljs-builtin-name, | ||
.hljs-symbol, | ||
.hljs-selector-id, | ||
.hljs-selector-attr, | ||
.hljs-selector-pseudo, | ||
.hljs-template-tag, | ||
.hljs-template-variable, | ||
.hljs-addition { | ||
color: #e0c46c; | ||
} | ||
|
||
.hljs-strong { | ||
font-weight: bold; | ||
.hljs-comment, | ||
.hljs-deletion, | ||
.hljs-meta { | ||
color: #7f7f7f; | ||
} | ||
|
||
[contenteditable=true]:empty:not(:focus):before { | ||
|
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
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