More design tweaks

This commit is contained in:
Dan Sosedoff
2016-01-05 00:31:14 -06:00
parent 9cfdf4a194
commit 3a793ed87d
2 changed files with 29 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@@ -238,18 +238,32 @@
padding: 0px 13px; padding: 0px 13px;
margin: 0px; margin: 0px;
font-size: 13px; font-size: 13px;
color: #fff; color: #555;
border: none; border: none;
box-shadow: none; box-shadow: none;
background: #7eb54e; background: transparent;
border: 1px solid #999;
float: left; float: left;
margin-right: 10px; margin-right: 10px;
} }
#input .actions .btn-default { #input .actions .btn-primary {
background: #aaa; border-color: #7eb54e;
color: #7eb54e;
} }
#input .actions .btn:hover {
background: transparent !important;
border-color: #444;
color: #000;
}
#input .actions .btn-primary:hover {
color: #64903e;
border-color: #64903e;
}
#input .actions #query_progress { #input .actions #query_progress {
display: none; display: none;
float: left; float: left;
@@ -378,7 +392,7 @@
#custom_query { #custom_query {
height: 193px; height: 193px;
margin: 6px 0px; margin-top: 12px;
} }
#connection_window { #connection_window {
@@ -396,6 +410,9 @@
position: fixed; position: fixed;
right: 8px; right: 8px;
top: 10px; top: 10px;
background: #79589f;
color: #fff;
border-color: #fff;
} }
#edit_connection i { #edit_connection i {
@@ -455,9 +472,13 @@
.ace_gutter, .ace_gutter-cell { .ace_gutter, .ace_gutter-cell {
background: #fff !important; background: #fff !important;
color: #888; color: #bbb;
} }
.ace_active-line { .ace_active-line {
background: #f9f9f9 !important; background: #f9f9f9 !important;
} }
.ace_active-line {
background: none !important;
}