Commit 8428e9ca authored by Alexandra Panyukova's avatar Alexandra Panyukova

some colors in css replaced, round corners removed

parent e50807dc
......@@ -38,6 +38,7 @@ h1 {
margin: 0px;
}
textarea, select, input.text {
border: 1px solid #MIDDLE_LABELS_HEX@;
font-size: 8pt;
......@@ -46,7 +47,7 @@ textarea, select, input.text {
}
.btn {
background-color: #@MIDDLE_LABELS_HEX@;
background-color: #@DARK_COLOR_HEX@;
color: #@LIGHT_LABELS_HEX@;
border: 1px solid #@LIGHT_COLOR_HEX@;
cursor: pointer;
......@@ -55,7 +56,7 @@ textarea, select, input.text {
}
.btn:hover {
background-color: #@DARK_LABELS_HEX@;
background-color: #@MIDDLE_LABELS_HEX@;
}
......@@ -260,18 +261,26 @@ textarea, select, input.text {
#main {
padding: 10px 20px;
padding-top: 10px;
border: 1px solid #@DARK_COLOR_HEX@;;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-khtml-border-radius: 0.5em;
border-radius: 0.5em;
}
#main-td {
background-color: #@LIGHT_COLOR_HEX@;
/* background-color: #@LIGHT_COLOR_HEX@;*/
width: 100%;
padding-top: 10px;
border: 1px solid #@DARK_COLOR_HEX@;;
/* border: 1px solid #@DARK_COLOR_HEX@;;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-khtml-border-radius: 0.5em;
border-radius: 0.5em;
border-radius: 0.5em;*/
/* -moz-border-radius-bottomleft: 0.5em;
-webkit-border-radius-bottomleft: 0.5em;
-khtml-border-radius-bottomleft: 0.5em;
......@@ -290,7 +299,7 @@ textarea, select, input.text {
padding-left: 5px;
padding-right: 5px;
text-decoration: none;
color: #@DARK_COLOR_HEX@;
color: #@DARK_LABELS_HEX@;
}
.menu-group-name {
......@@ -300,6 +309,7 @@ textarea, select, input.text {
text-decoration: none;
background-color: #@DARK_COLOR_HEX@;
padding-top: 3px;
padding-bottom: 3px;
width: 230px;
/* background: url(/design/images/gradient.png) 0% 0% repeat-x;*/
border: 1px solid #@DARK_COLOR_HEX@;;
......@@ -316,8 +326,9 @@ textarea, select, input.text {
.menu-group {
padding-bottom: 5px;
padding-right: 10px;
/*width:250px;*/
padding-top: 5px;
padding-top: 10px;
width: 230px;
border-collapse: collapse;
/* background: url(/design/images/gradient-menu.png) 0% 0% repeat-x;
......@@ -336,8 +347,14 @@ textarea, select, input.text {
#help-popup {
padding-left: 10px;
width: 95%;
padding-right: -30px;
background-color: #@LIGHT_COLOR_HEX@;
border: 1px solid #@DARK_COLOR_HEX@;;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-khtml-border-radius: 0.5em;
border-radius: 0.5em;
}
.hresizeable {
......
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