Browse Source

Fixes colors in dialogs.

master
yanas 8 years ago
parent
commit
88a45cf991
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      css/_jquery-impromptu.scss

+ 2
- 1
css/_jquery-impromptu.scss View File

@@ -9,7 +9,8 @@
9 9
 }
10 10
 div.jqi{ 
11 11
 	width: 400px;
12
-	position: absolute; 
12
+	position: absolute;
13
+    color: #3a3a3a;
13 14
 	background-color: #ffffff; 
14 15
 	font-size: 11px; 
15 16
 	text-align: left; 

Loading…
Cancel
Save