Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorPatrick Stadler <patrick.stadler@gmail.com>2013-03-13 20:46:09 +0400
committerPatrick Stadler <patrick.stadler@gmail.com>2013-03-13 20:46:09 +0400
commit0ef7e0773847ee957d7a1051e621f15110a6df36 (patch)
treeea83dac2a25754d25349b6cb4681ca232746ae80 /res
parentb7e46346de2a1f119d4c51e71283bf202d4f44ac (diff)
bright modals
Diffstat (limited to 'res')
-rw-r--r--res/default.css20
-rw-r--r--res/img/modal-bg.pngbin109 -> 0 bytes
-rw-r--r--res/img/modal-spinner.gifbin723 -> 723 bytes
3 files changed, 11 insertions, 9 deletions
diff --git a/res/default.css b/res/default.css
index b96d624..041795c 100644
--- a/res/default.css
+++ b/res/default.css
@@ -570,10 +570,10 @@ ul {
}
#chat-modal {
- background: url(img/modal-bg.png);
+ background: #eee;
width: 300px;
padding: 20px 5px;
- color: #ccc;
+ color: #333;
font-size: 16px;
position: fixed;
left: 50%;
@@ -583,7 +583,7 @@ ul {
text-align: center;
display: none;
z-index: 100;
- border: 5px solid #666;
+ border: 5px solid #888;
border-radius: 5px;
box-shadow: 0 0 5px black;
}
@@ -626,12 +626,13 @@ ul {
width: 150px;
}
-#chat-modal input[type='text'] {
- background-color: #333;
- border: 0 none;
+#chat-modal input[type='text'],
+#chat-modal input[type='password'] {
+ background-color: white;
+ border: 1px solid #ccc;
padding: 4px;
font-size: 14px;
- color: #ddd;
+ color: #333;
}
#chat-modal label {
@@ -657,10 +658,11 @@ ul {
display: none;
padding: 0 5px;
margin: -17px 3px 0 0;
- color: #aaa;
+ color: #999;
border-radius: 3px;
}
#chat-modal .close:hover {
- background-color: #333;
+ color: #333;
+ background-color: #aaa;
}
diff --git a/res/img/modal-bg.png b/res/img/modal-bg.png
deleted file mode 100644
index 9fef73a..0000000
--- a/res/img/modal-bg.png
+++ /dev/null
Binary files differ
diff --git a/res/img/modal-spinner.gif b/res/img/modal-spinner.gif
index f8593d5..5b6a68d 100644
--- a/res/img/modal-spinner.gif
+++ b/res/img/modal-spinner.gif
Binary files differ