|
|
|
@ -213,12 +213,6 @@ body { |
|
|
|
|
float: right; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.solError { |
|
|
|
|
position: absolute; |
|
|
|
|
background-color: rgba(255, 0, 0, 0.2); |
|
|
|
|
z-index:40; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.error { |
|
|
|
|
background-color: rgba(255, 0, 0, 0.5); |
|
|
|
|
border-radius: 0; |
|
|
|
@ -226,6 +220,13 @@ body { |
|
|
|
|
border: 1px solid #D00909; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.warning { |
|
|
|
|
background-color: rgba(210, 202, 36, 0.5); |
|
|
|
|
border-radius: 0; |
|
|
|
|
word-wrap: break-word; |
|
|
|
|
border: 1px solid #D00909; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#ghostbar { |
|
|
|
|
width: 1px; |
|
|
|
|
background-color: red; |
|
|
|
|