stylesheets/themes/default/style.css in app-themer-0.4.1 vs stylesheets/themes/default/style.css in app-themer-0.4.6
- old
+ new
@@ -271,10 +271,15 @@
.form input.text_field, .form textarea.text_area {
width: 99%;
border: 1px solid #e2e2e2;
}
+.login .form input.text_field, .login .form textarea.text_area {
+ width: 97%;
+ border: 1px solid #e2e2e2;
+}
+
.ie6 .form input.text_field, .ie6 .form textarea.text_area {
width: 98%;
}
.form input:hover, .form textarea:hover {
@@ -439,6 +444,19 @@
#sidebar .notice h2, #sidebar .plain h2 {
border-bottom: none;
padding-bottom: 0;
}
-/* @end */
+/* @end */
+
+#box section {
+ background: #fff;
+
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
+ -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
+}
+
+#box section h2 {
+ background: #002134;
+ color: #fff;
+}
\ No newline at end of file