diff --git a/common/css/default.css b/common/css/default.css index 567e73539..deae4c967 100644 --- a/common/css/default.css +++ b/common/css/default.css @@ -53,14 +53,14 @@ form { margin:0; padding:0; } /* editor style */ a.bold { font-weight:bold; } -.editor_blue_text { color: #145ff9; text-decoration:underline; } -.editor_blue_text a { color: #145ff9; text-decoration:underline; } -.editor_red_text { color: #f42126; text-decoration:underline; } -.editor_red_text a { color: #f42126; text-decoration:underline; } -.editor_yellow_text { color: #c9bd00; text-decoration:underline; } -.editor_yellow_text a { color: #c9bd00; text-decoration:underline; } -.editor_green_text { color: #08830B; text-decoration:underline; } -.editor_green_text a { color: #08830B; text-decoration:underline; } +.editor_blue_text { color: #145ff9 !important; text-decoration:underline !important; } +.editor_blue_text a { color: #145ff9 !important; text-decoration:underline !important; } +.editor_red_text { color: #f42126 !important; text-decoration:underline !important; } +.editor_red_text a { color: #f42126 !important; text-decoration:underline !important; } +.editor_yellow_text { color: #c9bd00 !important; text-decoration:underline !important; } +.editor_yellow_text a { color: #c9bd00 !important; text-decoration:underline !important; } +.editor_green_text { color: #08830B !important; text-decoration:underline !important; } +.editor_green_text a { color: #08830B !important; text-decoration:underline !important; } .folder_opener { display: block; } .folder_closer { display: none; } diff --git a/modules/editor/components/image_gallery/tpl/popup.css b/modules/editor/components/image_gallery/tpl/popup.css index 5f5c689a7..405940dfb 100644 --- a/modules/editor/components/image_gallery/tpl/popup.css +++ b/modules/editor/components/image_gallery/tpl/popup.css @@ -32,4 +32,4 @@ img.color_icon_over { .editor_color_box { clear:both; height:65px; width:400px; border:1px solid #DDDDDD; padding:2px; } -.image_list { width:100%; border:1px solid #EEEEEE; } +.image_list { width:100%; border:1px solid #EEEEEE; height:200px !important; } diff --git a/modules/editor/components/image_gallery/tpl/popup.html b/modules/editor/components/image_gallery/tpl/popup.html index c58bb34de..aa95d8e0a 100644 --- a/modules/editor/components/image_gallery/tpl/popup.html +++ b/modules/editor/components/image_gallery/tpl/popup.html @@ -51,7 +51,7 @@
@@ -65,7 +65,7 @@ diff --git a/modules/editor/components/image_link/tpl/popup.html b/modules/editor/components/image_link/tpl/popup.html index bf007cbbc..dd0022099 100644 --- a/modules/editor/components/image_link/tpl/popup.html +++ b/modules/editor/components/image_link/tpl/popup.html @@ -15,7 +15,7 @@