Commit 11fdae9a authored by frank.xa.zhang's avatar frank.xa.zhang

fixed front end issue

parent 0bad09d2
......@@ -112,7 +112,7 @@
background-color: @well-bg;
border: 1px solid @well-border;
border-radius: @border-radius-base;
//box-shadow: (inset 0 1px 1px rgba(0,0,0,.05));
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
blockquote {
border-color: #ddd;
......
......@@ -197,7 +197,7 @@
background-color: @well-bg;
border: 1px solid @well-border;
border-radius: @border-radius-base;
//box-shadow: (inset 0 1px 1px rgba(0,0,0,.05));
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
blockquote {
border-color: #ddd;
......
......@@ -178,6 +178,7 @@
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.add-chart-pager .modal-content-addchart .well blockquote {
border-color: #ddd;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment