init
This commit is contained in:
47
public/tinymce/skins/lightgray/Reset.less
Normal file
47
public/tinymce/skins/lightgray/Reset.less
Normal file
@@ -0,0 +1,47 @@
|
||||
// Reset
|
||||
|
||||
.mce-container, .mce-container *, .mce-widget, .mce-widget * {
|
||||
margin: 0; padding: 0; border: 0; outline: 0;
|
||||
vertical-align: top; background: transparent;
|
||||
text-decoration: none; color: @text;
|
||||
font-family: @font-family;
|
||||
font-size: @font-size; text-shadow: none; float: none;
|
||||
position: static; width: auto; height: auto;
|
||||
white-space: nowrap; cursor: inherit;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
line-height: normal; font-weight: normal;
|
||||
text-align: left;
|
||||
-moz-box-sizing: content-box;
|
||||
-webkit-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.mce-widget button {
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.mce-container *[unselectable] {
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.mce-container ::-webkit-scrollbar {
|
||||
width: 8px; height: 8px;
|
||||
-webkit-border-radius: 4px;
|
||||
}
|
||||
|
||||
.mce-container ::-webkit-scrollbar-track,
|
||||
.mce-container ::-webkit-scrollbar-track-piece {
|
||||
background-color:transparent;
|
||||
}
|
||||
|
||||
.mce-container ::-webkit-scrollbar-thumb {
|
||||
background-color: rgba(053, 057, 071, 0.3);
|
||||
width: 6px; height: 6px;
|
||||
-webkit-border-radius: 4px;
|
||||
}
|
||||
Reference in New Issue
Block a user