update
This commit is contained in:
99
js/tiny_mce/skins/prestashop/content.min.css
vendored
Normal file
99
js/tiny_mce/skins/prestashop/content.min.css
vendored
Normal file
@@ -0,0 +1,99 @@
|
||||
body {
|
||||
background-color: #FAFBFC;
|
||||
color: #000000;
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 11px;
|
||||
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;
|
||||
padding-bottom: 0!important;
|
||||
}
|
||||
|
||||
td,th {
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 11px
|
||||
}
|
||||
|
||||
.mce-object {
|
||||
border: 1px dotted #3A3A3A;
|
||||
background: #d5d5d5 url(img/object.gif) no-repeat center
|
||||
}
|
||||
|
||||
.mce-pagebreak {
|
||||
cursor: default;
|
||||
display: block;
|
||||
border: 0;
|
||||
width: 100%;
|
||||
height: 5px;
|
||||
border: 1px dashed #666;
|
||||
margin-top: 15px
|
||||
}
|
||||
|
||||
.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: 10px !important;
|
||||
height: 10px !important;
|
||||
border: 1px dotted #3A3A3A;
|
||||
background: #00AFF0;
|
||||
}
|
||||
|
||||
.mce-nbsp {
|
||||
background: #AAA
|
||||
}
|
||||
|
||||
hr {
|
||||
cursor: default
|
||||
}
|
||||
|
||||
.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.mce-item-selected,th.mce-item-selected {
|
||||
background-color: #3399ff !important
|
||||
}
|
||||
|
||||
.mce-edit-focus {
|
||||
outline: 1px dotted #333
|
||||
}
|
||||
|
||||
.btn.btn-default {
|
||||
padding: 3px 6px;
|
||||
border: solid 1px #3399ff;
|
||||
border-radius: 3px;
|
||||
color: #3399ff;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
Reference in New Issue
Block a user