aboutsummaryrefslogtreecommitdiff
path: root/uploader/static/css/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/static/css/styles.css')
-rw-r--r--uploader/static/css/styles.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/uploader/static/css/styles.css b/uploader/static/css/styles.css
index 9bb4e65..80c5a56 100644
--- a/uploader/static/css/styles.css
+++ b/uploader/static/css/styles.css
@@ -133,3 +133,32 @@ body {
#pagetitle .breadcrumb a {
color: #666666;
}
+
+.heading {
+ border-bottom: solid #EEBB88;
+ text-transform: capitalize;
+}
+
+.subheading {
+ padding: 1em 0 0.1em 0.5em;
+ border-bottom: solid #88BBEE;
+ text-transform: capitalize;
+}
+
+input[type="search"] {
+ border-radius: 5px;
+}
+
+.btn {
+ text-transform: Capitalize;
+}
+
+table.dataTable thead th, table.dataTable tfoot th{
+ border-right: 1px solid white;
+ color: white;
+ background-color: #369 !important;
+}
+
+table.dataTable tbody tr.selected td {
+ background-color: #ffee99 !important;
+}