Overrides the bootstrap form-control border color. Also changes the
border_standard color in colors.tt2 which is used for the border
around some form elements.
After this patch is applied the color ratio is 3.54:1
Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
#course_material_table td, #course_material_table th {
padding: 4px;
}
+
+.form-control {
+ border: 1px solid [% css_colors.border_standard %];
+}
accent_mediumdark = "#888", # gun metal grey (medium dark)
accent_dark = "#666", # gun metal grey (dark)
accent_darker = "#333", # gun metal grey (darker)
- border_standard = "#e9ebf3", # light grey-blue
+ border_standard = "#888", # gun metal grey (medium dark)
border_dark = "black", # black
border_alert = "red", # red
button_text = "#fbf9f9", # off-white