Commit 7194b754 authored by Stanislav Ievlev's avatar Stanislav Ievlev

- alterator's CSS:

hr - use color from color scheme .error-message - move to group of deprecated classes
parent 120dfb76
......@@ -30,7 +30,7 @@ tr {
hr {
border: none;
border-top: 1px solid #5ac;
border-top: 1px solid #@MIDDLE_LABELS_HEX@;;
}
h1 {
......@@ -58,13 +58,6 @@ textarea, select, input.text {
background-color: #@LIGHT_COLOR_HEX@;
}
.error-message {
background-color: #FFCACA;
border: 1px solid #FF6060;
padding-left:10px;
padding-right:10px;
margin-bottom:10px;
}
.frame-table {
border-style:solid;
......@@ -397,3 +390,11 @@ table.alterator-listbox thead tr .headerSortDown, table.alterator-listbox thead
.expanded {
width: 100%;
}
.error-message {
background-color: #FFCACA;
border: 1px solid #FF6060;
padding-left:10px;
padding-right:10px;
margin-bottom:10px;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment