Commit e848ea65 authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4260 (Improve contrast)

parent 45df56ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ For example:
}

.menu_type__dropdown .nlevel, .menu_type__dropdown .nlevel a, .menu_type__dropdown .nlevel a:visited, .menu_type__dropdown .nlevel a:hover {
	color: {$GET,area_text};
	color: {$GET,slightly_seeded_text};
}

.menu_type__dropdown .nlevel .current a {
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
/* Checklist */

a.top_left_toggleicon {
	color: {$GET,inverted_text};
	color: {$GET,slightly_seeded_pale_text};
	padding: 1px 0 5px 28px !important;
	font-size: 0.8em;
	float: left;
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
{$THEME_WIZARD_COLOR,#ffa500,commandr_notification_border,100% FFA500}
{$THEME_WIZARD_COLOR,#444400,commandr_notification_background,100% 444400}
{$THEME_WIZARD_COLOR,#ffffaa,commandr_notification_color,100% FFFFAA}
{$THEME_WIZARD_COLOR,#39669f,commandr_directory_listing,100% 39669F}
{$THEME_WIZARD_COLOR,#628dc6,commandr_directory_listing,100% 628DC6}
{$THEME_WIZARD_COLOR,#39ff9f,commandr_file_listing,100% 39FF9F}

#command_line { /* This wraps the Commandr module/window as a whole */
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
	margin-top: -0.75em;
	margin-right: -0.8em;
	float: right;
	border: 1px solid {$GET,dark_border};
	border: 1px solid {$GET,pale_border};
	padding: 0.2em 0.4em;
}
.font_sizers a {
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
}

.required_star {
	{$BETA_CSS_PROPERTY,opacity: 0.4;}
	{$BETA_CSS_PROPERTY,opacity: 0.6;}
	color: {$GET,red_highlight_text};
	{$BETA_CSS_PROPERTY,user-select: none;} {$,To stop accidental touching when touching inputs}
}
Loading