diff --git a/common/css/default.css b/common/css/default.css index 8faeb9911..600c00cf1 100644 --- a/common/css/default.css +++ b/common/css/default.css @@ -51,10 +51,14 @@ form { margin:0; padding:0; } /* editor style */ a.bold { font-weight:bold; } -.editor_blue_text { color: #145ff9; text-decoration:none; border-bottom:2px solid #4a7fec; } -.editor_red_text { color: #f42126; text-decoration:none; border-bottom:2px solid #e54347; } -.editor_yellow_text { color: #c9bd00; text-decoration:none; border-bottom:2px solid #ece460; } -.editor_green_text { color: #08830B; text-decoration:none; border-bottom:2px solid #08830B; } +.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; } .folder_opener { display: block; } .folder_closer { display: none; }