-
-
Notifications
You must be signed in to change notification settings - Fork 484
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
1,958 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
erupt-web/src/main/resources/public/assets/ueditor/themes/default/css/autotypesetpicker.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/*自动排版弹出菜单*/ | ||
.edui-default .edui-autotypesetpicker .edui-autotypesetpicker-body { | ||
font-size: 12px; | ||
margin-bottom: 3px; | ||
clear: both; | ||
} | ||
|
||
.edui-default .edui-autotypesetpicker-body table { | ||
border-collapse: separate; | ||
border-spacing: 2px; | ||
} | ||
|
||
.edui-default .edui-autotypesetpicker-body td { | ||
font-size: 12px; | ||
word-wrap:break-word; | ||
} | ||
|
||
.edui-default .edui-autotypesetpicker-body td input { | ||
margin: 3px 3px 3px 4px; | ||
*margin: 1px 0 0 0; | ||
} |
42 changes: 42 additions & 0 deletions
42
erupt-web/src/main/resources/public/assets/ueditor/themes/default/css/button.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
/*普通按钮样式及状态*/ | ||
.edui-default .edui-toolbar .edui-button .edui-icon, | ||
.edui-default .edui-toolbar .edui-menubutton .edui-icon, | ||
.edui-default .edui-toolbar .edui-splitbutton .edui-icon { | ||
height: 20px !important; | ||
width: 20px !important; | ||
background-image: url(../images/icons.png); | ||
background-image: url(../images/icons.gif) \9; | ||
} | ||
|
||
.edui-default .edui-toolbar .edui-button .edui-button-wrap { | ||
padding: 1px; | ||
position: relative; | ||
} | ||
|
||
.edui-default .edui-toolbar .edui-button .edui-state-hover .edui-button-wrap { | ||
background-color: #fff5d4; | ||
padding: 0; | ||
border: 1px solid #dcac6c; | ||
} | ||
|
||
.edui-default .edui-toolbar .edui-button .edui-state-checked .edui-button-wrap { | ||
background-color: #ffe69f; | ||
padding: 0; | ||
border: 1px solid #dcac6c; | ||
border-radius: 2px; | ||
-webkit-border-radius: 2px; | ||
-moz-border-radius: 2px; | ||
} | ||
|
||
.edui-default .edui-toolbar .edui-button .edui-state-active .edui-button-wrap { | ||
background-color: #ffffff; | ||
padding: 0; | ||
border: 1px solid gray; | ||
} | ||
.edui-default .edui-toolbar .edui-state-disabled .edui-label { | ||
color: #ccc; | ||
} | ||
.edui-default .edui-toolbar .edui-state-disabled .edui-icon { | ||
opacity: 0.3; | ||
filter: alpha(opacity = 30); | ||
} |
Oops, something went wrong.