mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-19 17:54:14 +01:00
Dev: Updating the styling of the code blocks in the examples
This commit is contained in:
parent
61ab42e4b2
commit
83af61dd4b
@ -1 +1 @@
|
||||
f62f7617c1f9539dac46d8964616e1dec730b8eb
|
||||
e19273f356ee0538a74215e4ebb55d998929db9d
|
||||
|
@ -60,6 +60,11 @@
|
||||
overflow: auto !important;
|
||||
font-size: 1em !important;
|
||||
clear: both;
|
||||
|
||||
box-shadow: inset 0 0 3px #555;
|
||||
padding: 5px 3px;
|
||||
background: #f8f8f8 !important;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.syntaxhighlighter.source {
|
||||
overflow: hidden !important;
|
||||
@ -135,8 +140,8 @@
|
||||
}
|
||||
.syntaxhighlighter .toolbar {
|
||||
position: absolute !important;
|
||||
right: 1px !important;
|
||||
top: -18px !important;
|
||||
right: 10px !important;
|
||||
top: 0 !important;
|
||||
font-size: 10px !important;
|
||||
z-index: 7 !important;
|
||||
}
|
||||
@ -244,7 +249,6 @@
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
.syntaxhighlighter {
|
||||
background-color: white !important;
|
||||
font-size: 13px !important;
|
||||
overflow: visible !important;
|
||||
}
|
||||
@ -269,7 +273,7 @@
|
||||
color: #5C5C5C !important;
|
||||
}
|
||||
.syntaxhighlighter .gutter .line.alt1, .syntaxhighlighter .gutter .line.alt2 {
|
||||
background-color: white !important;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.odd .syntaxhighlighter .gutter .line.alt1, .odd .syntaxhighlighter .gutter .line.alt2 {
|
||||
background-color: #F2F2F2 !important;
|
||||
|
Loading…
x
Reference in New Issue
Block a user