Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
glpi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
GLPI
glpi
Commits
3760040a
Commit
3760040a
authored
Jan 05, 2021
by
Cédric Anne
Committed by
Johan Cwiklinski
Jan 05, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix TinyMCE styles
parent
d4dc755b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
css/tiny_mce/skins/light/content.inline.min.css
css/tiny_mce/skins/light/content.inline.min.css
+1
-1
css/tiny_mce/skins/light/content.min.css
css/tiny_mce/skins/light/content.min.css
+1
-1
css/tiny_mce/skins/light/skin.min.css
css/tiny_mce/skins/light/skin.min.css
+1
-1
No files found.
css/tiny_mce/skins/light/content.inline.min.css
View file @
3760040a
...
...
@@ -29,6 +29,6 @@
* ---------------------------------------------------------------------
*/
/
/
Inspired
by
https
://
pixabay
.com
/
blog
/
posts
/
a-modern-custom-theme-for-tinymce-4-40
/
/
* Inspired by https://pixabay.com/blog/posts/a-modern-custom-theme-for-tinymce-4-40/ *
/
.mce-content-body
.mce-reset
{
margin
:
0
;
padding
:
0
;
border
:
0
;
outline
:
0
;
vertical-align
:
top
;
background
:
transparent
;
text-decoration
:
none
;
color
:
black
;
font-family
:
Arial
;
font-size
:
11px
;
text-shadow
:
none
;
float
:
none
;
position
:
static
;
width
:
auto
;
height
:
auto
;
white-space
:
nowrap
;
cursor
:
inherit
;
line-height
:
normal
;
font-weight
:
normal
;
text-align
:
left
;
-webkit-tap-highlight-color
:
transparent
;
-moz-box-sizing
:
content-box
;
-webkit-box-sizing
:
content-box
;
box-sizing
:
content-box
;
direction
:
ltr
;
max-width
:
none
}
.mce-object
{
border
:
1px
dotted
#3A3A3A
;
background
:
#D5D5D5
url(img/object.gif)
no-repeat
center
}
.mce-preview-object
{
display
:
inline-block
;
position
:
relative
;
margin
:
0
2px
0
2px
;
line-height
:
0
;
border
:
1px
solid
gray
}
.mce-preview-object
[
data-mce-selected
=
"2"
]
.mce-shim
{
display
:
none
}
.mce-preview-object
.mce-shim
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
background
:
url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}
figure
.align-left
{
float
:
left
}
figure
.align-right
{
float
:
right
}
figure
.image.align-center
{
display
:
table
;
margin-left
:
auto
;
margin-right
:
auto
}
figure
.image
{
display
:
inline-block
;
border
:
1px
solid
gray
;
margin
:
0
2px
0
1px
;
background
:
#f5f2f0
}
figure
.image
img
{
margin
:
8px
8px
0
8px
}
figure
.image
figcaption
{
margin
:
6px
8px
6px
8px
;
text-align
:
center
}
.mce-toc
{
border
:
1px
solid
gray
}
.mce-toc
h2
{
margin
:
4px
}
.mce-toc
li
{
list-style-type
:
none
}
.mce-pagebreak
{
cursor
:
default
;
display
:
block
;
border
:
0
;
width
:
100%
;
height
:
5px
;
border
:
1px
dashed
#666
;
margin-top
:
15px
;
page-break-before
:
always
}
@media
print
{
.mce-pagebreak
{
border
:
0
}}
.mce-item-anchor
{
cursor
:
default
;
display
:
inline-block
;
-webkit-user-select
:
all
;
-webkit-user-modify
:
read-only
;
-moz-user-select
:
all
;
-moz-user-modify
:
read-only
;
user-select
:
all
;
user-modify
:
read-only
;
width
:
9px
!important
;
height
:
9px
!important
;
border
:
1px
dotted
#3A3A3A
;
background
:
#D5D5D5
url(img/anchor.gif)
no-repeat
center
}
.mce-nbsp
,
.mce-shy
{
background
:
#AAA
}
.mce-shy
::after
{
content
:
'-'
}
.mce-match-marker
{
background
:
#AAA
;
color
:
#fff
}
.mce-match-marker-selected
{
background
:
#3399ff
;
color
:
#fff
}
.mce-spellchecker-word
{
border-bottom
:
2px
solid
#F00
;
cursor
:
default
}
.mce-spellchecker-grammar
{
border-bottom
:
2px
solid
#008000
;
cursor
:
default
}
.mce-item-table
,
.mce-item-table
td
,
.mce-item-table
th
,
.mce-item-table
caption
{
border
:
1px
dashed
#BBB
}
td
[
data-mce-selected
],
th
[
data-mce-selected
]
{
background-color
:
#3399ff
!important
}
.mce-edit-focus
{
outline
:
1px
dotted
#333
}
.mce-resize-bar-dragging
{
background-color
:
blue
;
opacity
:
.25
;
filter
:
alpha
(
opacity
=
25
);
zoom
:
1
}
.mce-content-body
*[
contentEditable
=
false
]
*[
contentEditable
=
true
]
:focus
{
outline
:
2px
solid
#2d8ac7
}
.mce-content-body
*[
contentEditable
=
false
]
*[
contentEditable
=
true
]
:hover
{
outline
:
2px
solid
#7ACAFF
}
.mce-content-body
*[
contentEditable
=
false
][
data-mce-selected
]
{
outline
:
2px
solid
#2d8ac7
}
.mce-content-body
a
[
data-mce-selected
],
.mce-content-body
code
[
data-mce-selected
]
{
background
:
#bfe6ff
}
.mce-content-body
hr
{
cursor
:
default
}
\ No newline at end of file
css/tiny_mce/skins/light/content.min.css
View file @
3760040a
...
...
@@ -29,6 +29,6 @@
* ---------------------------------------------------------------------
*/
/
/
Inspired
by
https
://
pixabay
.com
/
blog
/
posts
/
a-modern-custom-theme-for-tinymce-4-40
/
/
* Inspired by https://pixabay.com/blog/posts/a-modern-custom-theme-for-tinymce-4-40/ *
/
body
{
background-color
:
#FFFFFF
;
color
:
#000000
;
font-family
:
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
font-size
:
14px
;
scrollbar-3dlight-color
:
#F0F0EE
;
scrollbar-arrow-color
:
#676662
;
scrollbar-base-color
:
#F0F0EE
;
scrollbar-darkshadow-color
:
#DDDDDD
;
scrollbar-face-color
:
#E0E0DD
;
scrollbar-highlight-color
:
#F0F0EE
;
scrollbar-shadow-color
:
#F0F0EE
;
scrollbar-track-color
:
#F5F5F5
}
td
,
th
{
font-family
:
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
font-size
:
14px
}
.mce-content-body
.mce-reset
{
margin
:
0
;
padding
:
0
;
border
:
0
;
outline
:
0
;
vertical-align
:
top
;
background
:
transparent
;
text-decoration
:
none
;
color
:
black
;
font-family
:
Arial
;
font-size
:
11px
;
text-shadow
:
none
;
float
:
none
;
position
:
static
;
width
:
auto
;
height
:
auto
;
white-space
:
nowrap
;
cursor
:
inherit
;
line-height
:
normal
;
font-weight
:
normal
;
text-align
:
left
;
-webkit-tap-highlight-color
:
transparent
;
-moz-box-sizing
:
content-box
;
-webkit-box-sizing
:
content-box
;
box-sizing
:
content-box
;
direction
:
ltr
;
max-width
:
none
}
.mce-object
{
border
:
1px
dotted
#3A3A3A
;
background
:
#D5D5D5
url(img/object.gif)
no-repeat
center
}
.mce-preview-object
{
display
:
inline-block
;
position
:
relative
;
margin
:
0
2px
0
2px
;
line-height
:
0
;
border
:
1px
solid
gray
}
.mce-preview-object
[
data-mce-selected
=
"2"
]
.mce-shim
{
display
:
none
}
.mce-preview-object
.mce-shim
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
background
:
url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}
figure
.align-left
{
float
:
left
}
figure
.align-right
{
float
:
right
}
figure
.image.align-center
{
display
:
table
;
margin-left
:
auto
;
margin-right
:
auto
}
figure
.image
{
display
:
inline-block
;
border
:
1px
solid
gray
;
margin
:
0
2px
0
1px
;
background
:
#f5f2f0
}
figure
.image
img
{
margin
:
8px
8px
0
8px
}
figure
.image
figcaption
{
margin
:
6px
8px
6px
8px
;
text-align
:
center
}
.mce-toc
{
border
:
1px
solid
gray
}
.mce-toc
h2
{
margin
:
4px
}
.mce-toc
li
{
list-style-type
:
none
}
.mce-pagebreak
{
cursor
:
default
;
display
:
block
;
border
:
0
;
width
:
100%
;
height
:
5px
;
border
:
1px
dashed
#666
;
margin-top
:
15px
;
page-break-before
:
always
}
@media
print
{
.mce-pagebreak
{
border
:
0
}}
.mce-item-anchor
{
cursor
:
default
;
display
:
inline-block
;
-webkit-user-select
:
all
;
-webkit-user-modify
:
read-only
;
-moz-user-select
:
all
;
-moz-user-modify
:
read-only
;
user-select
:
all
;
user-modify
:
read-only
;
width
:
9px
!important
;
height
:
9px
!important
;
border
:
1px
dotted
#3A3A3A
;
background
:
#D5D5D5
url(img/anchor.gif)
no-repeat
center
}
.mce-nbsp
,
.mce-shy
{
background
:
#AAA
}
.mce-shy
::after
{
content
:
'-'
}
.mce-match-marker
{
background
:
#AAA
;
color
:
#fff
}
.mce-match-marker-selected
{
background
:
#3399ff
;
color
:
#fff
}
.mce-spellchecker-word
{
border-bottom
:
2px
solid
#F00
;
cursor
:
default
}
.mce-spellchecker-grammar
{
border-bottom
:
2px
solid
#008000
;
cursor
:
default
}
.mce-item-table
,
.mce-item-table
td
,
.mce-item-table
th
,
.mce-item-table
caption
{
border
:
1px
dashed
#BBB
}
td
[
data-mce-selected
],
th
[
data-mce-selected
]
{
background-color
:
#3399ff
!important
}
.mce-edit-focus
{
outline
:
1px
dotted
#333
}
.mce-resize-bar-dragging
{
background-color
:
blue
;
opacity
:
.25
;
filter
:
alpha
(
opacity
=
25
);
zoom
:
1
}
.mce-content-body
*[
contentEditable
=
false
]
*[
contentEditable
=
true
]
:focus
{
outline
:
2px
solid
#2d8ac7
}
.mce-content-body
*[
contentEditable
=
false
]
*[
contentEditable
=
true
]
:hover
{
outline
:
2px
solid
#7ACAFF
}
.mce-content-body
*[
contentEditable
=
false
][
data-mce-selected
]
{
outline
:
2px
solid
#2d8ac7
}
.mce-content-body
a
[
data-mce-selected
],
.mce-content-body
code
[
data-mce-selected
]
{
background
:
#bfe6ff
}
.mce-content-body
hr
{
cursor
:
default
}
\ No newline at end of file
css/tiny_mce/skins/light/skin.min.css
View file @
3760040a
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment