summaryrefslogtreecommitdiff
path: root/ishtar_common/static
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-11-15 16:41:27 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-11-15 16:41:27 +0100
commit64101d6c9112110420c077f26146f879ffec349d (patch)
tree558b6908b0d868fe4d2b4caf921ba5088e84b558 /ishtar_common/static
parent5cd5a6bf3ba137f2f9005589e4bac1575314582c (diff)
downloadIshtar-64101d6c9112110420c077f26146f879ffec349d.tar.bz2
Ishtar-64101d6c9112110420c077f26146f879ffec349d.zip
Shortcut menu: put research archaeological files in blue (refs #3346)
Diffstat (limited to 'ishtar_common/static')
-rw-r--r--ishtar_common/static/media/style.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css
index 00fed380d..b1939eaf0 100644
--- a/ishtar_common/static/media/style.css
+++ b/ishtar_common/static/media/style.css
@@ -60,6 +60,10 @@ a.add-button,
color:#000;
}
+#context_menu .blue {
+ color:#00a8ff;
+}
+
.chosen-container,
#context_menu .green,
#context_menu .red,
@@ -272,7 +276,9 @@ button.ui-widget-header:hover {
.chosen-container-single .chosen-single{
background: none;
background-color: #fff;
- border-radius:4px;
+ border-radius: 0;
+ box-shadow: none;
+ border: 1px solid #fff;
}
textarea,
@@ -847,6 +853,11 @@ ul.form .help_text{
.autocomplete{
width:350px;
+ font-size: 13px;
+}
+
+#current_items .autocomplete{
+ width:400px;
}
.delete td{