summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoockinho <foockinho@lorea.org>2012-08-22 22:24:18 +0200
committerfoockinho <foockinho@lorea.org>2012-08-22 22:24:18 +0200
commita29435a8dae5f6f02d99fe528632c5419c3720fe (patch)
treea845987287c19c040b946be50ab97e430fb8b20c
parent2dc2e5a2678510058068b616f62bc4910f216bf2 (diff)
downloadsaravea_theme-a29435a8dae5f6f02d99fe528632c5419c3720fe.tar.gz
saravea_theme-a29435a8dae5f6f02d99fe528632c5419c3720fe.tar.bz2
changed datepicker style
-rw-r--r--views/default/css/elements/buttons.php6
-rw-r--r--views/default/css/elements/forms.php25
2 files changed, 15 insertions, 16 deletions
diff --git a/views/default/css/elements/buttons.php b/views/default/css/elements/buttons.php
index 323448e..36ad741 100644
--- a/views/default/css/elements/buttons.php
+++ b/views/default/css/elements/buttons.php
@@ -207,8 +207,8 @@ a.elgg-button {
font-weight:normal;
position:relative;
margin-left:0;
- color: white;
- border:1px solid #d86c2c;
+ color: #333;
+ border:1px solid #333;
-webkit-border-radius:4px;
-moz-border-radius:4px;
@@ -229,7 +229,7 @@ a.elgg-button {
}
.elgg-button-dropdown:hover {
- color: white;
+ color: #333;
background-color: #d86c2c;
text-decoration:none;
}
diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php
index 3054805..c1f3374 100644
--- a/views/default/css/elements/forms.php
+++ b/views/default/css/elements/forms.php
@@ -49,7 +49,8 @@ input[type=text], input[type=password], textarea {
input[type=text]:focus, input[type=password]:focus, textarea:focus {
/*border: solid 1px #ff4c12;*/
- background: #FFE9B5;
+ /*background: #D5E2F7;*/
+ background: white;
color:#333;
}
@@ -302,8 +303,8 @@ input[type="radio"] {
margin-top: 3px;
width: 208px;
- background-color: white;
- border: 1px solid #d86c2c;
+ background-color: #eee;
+ border: 1px solid #333;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
@@ -321,10 +322,9 @@ input[type="radio"] {
.ui-datepicker-header {
position: relative;
- background: #ff4c12;
- color: white;
+ background: #333;
+ color: #eee;
padding: 2px 0;
- border-bottom: 1px solid #d86c2c;
}
.ui-datepicker-header a {
color: white;
@@ -350,7 +350,7 @@ input[type="radio"] {
margin: 4px;
}
.ui-datepicker th {
- color: #d86c2c;
+ color: #ff4c12;
border: none;
font-weight: bold;
padding: 5px 6px;
@@ -367,19 +367,18 @@ input[type="radio"] {
text-decoration: none;
}
.ui-datepicker-calendar .ui-state-default {
- border: 1px solid #ccc;
+ border: 1px solid transparent;
color: #ff4c12;
- background: #fafafa;
+ background: none;
}
.ui-datepicker-calendar .ui-state-hover {
border: 1px solid #aaa;
- color: #d86c2c;
background: #eee;
}
.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-state-active.ui-state-hover {
font-weight: bold;
- border: 1px solid #d86c2c;
- color: #d86c2c;
- background: #ffede2;
+ border: 1px solid transparent;
+ color: #eee;
+ background: #333;
}