Browse
For agents
About
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts
/
2.7.0
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts
v2.7.0
Switch version
2.7.7
2.7.6
2.7.5
2.7.4
trunk
1.3
2.0.4
2.0.6
2.1.91
2.2.4
2.2.7
2.2.9
2.3.1
2.3.10
2.4.10
2.4.2
2.4.4
2.4.5
2.4.6
2.4.7
2.4.8
2.4.9
2.6.0
2.6.1
2.7.0
All 28 releases
Overview
Code
insert-php
/
admin
/
assets
/
css
/
code-editor-style.less
code-editor-style.less
in Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts 2.7.0, at admin/assets/css/code-editor-style.less
26 lines
507 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
winp-editor-container
{
2
3
.
code-editor-before
{
4
border-bottom
:
none
;
5
background-color
:
#
f7f7f7
;
6
}
7
.
code-editor-before
div
{
8
color
:
#
8F8F8F
;
9
margin-left
:
45
px
;
10
border-left
:
1
px
solid
#
ddd
;
11
padding
:
3
px
8
px
;
12
background-color
:
#
fff
;
13
}
14
15
.
code-editor-after
{
16
border-top
:
none
;
17
background-color
:
#
f7f7f7
;
18
}
19
.
code-editor-after
div
{
20
color
:
#
8F8F8F
;
21
margin-left
:
45
px
;
22
border-left
:
1
px
solid
#
ddd
;
23
padding
:
3
px
8
px
;
24
background-color
:
#
fff
;
25
}
26
}