mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Make sure elements with .error classes are shown as red
This commit is contained in:
@@ -65,8 +65,8 @@ html, body {
|
||||
}
|
||||
|
||||
.error {
|
||||
background: #991212;
|
||||
-webkit-transition: background 200ms ease-out;
|
||||
background: #991212 !important;
|
||||
}
|
||||
|
||||
.clear-float {
|
||||
|
||||
Reference in New Issue
Block a user