Update
This commit is contained in:
31
public/admin/plugins/tmce/fontawesome/css/fontawesome.css
vendored
Normal file
31
public/admin/plugins/tmce/fontawesome/css/fontawesome.css
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
.mce-fontawesome-panel .fa {
|
||||
font-family:FontAwesome !important;
|
||||
cursor:pointer;
|
||||
padding:6px;
|
||||
border-radius:1px;
|
||||
}
|
||||
|
||||
.mce-fontawesome-panel .fa:hover {
|
||||
background-color:#e3e3e3;
|
||||
}
|
||||
|
||||
.mce-fontawesome-panel td {
|
||||
|
||||
}
|
||||
|
||||
.mce-i-flag {
|
||||
display: inline-block;
|
||||
font-family: FontAwesome;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
margin-right:1px;
|
||||
position:relative;
|
||||
top:1px;
|
||||
}
|
||||
|
||||
.mce-i-flag:before {
|
||||
content: "\f024";
|
||||
}
|
||||
2
public/admin/plugins/tmce/fontawesome/plugin.min.js
vendored
Normal file
2
public/admin/plugins/tmce/fontawesome/plugin.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user