Commit 4249fd6f authored by Anton V. Boyarshinov's avatar Anton V. Boyarshinov

Merge branch 'master' into alt-desktop

parents cd8f4b36 7194b754
......@@ -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