summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-04-02 00:11:32 +0300
committerAlon Levy <alon@pobox.com>2015-04-02 00:11:32 +0300
commit20ce22ec4b840918283016ca3eba9ad678531080 (patch)
tree571ac15744af40fe57a31bb023efe23c25da5fc4 /res/client/css/style.css
parent57ad085c41744a107a1acb1f4d92a1288c8414c8 (diff)
style.scss: remove renamed zoom-bar importwip__doc_support
Diffstat (limited to 'res/client/css/style.css')
-rw-r--r--res/client/css/style.css32
1 files changed, 21 insertions, 11 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css
index 961284ee..3e218925 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -49,9 +49,6 @@ a:hover {
a:active {
color: #919095; }
-button {
- border: none; }
-
input, .input {
background-color: white;
color: #363636;
@@ -766,22 +763,30 @@ p {
background-position: center;
background-repeat: no-repeat; }
+#zoom-bar {
+ position: absolute;
+ bottom: 50px;
+ right: 10px;
+ background: white;
+ border-width: 1px;
+ border-style: solid;
+ border-color: grey;
+ padding: 5px 4px 0px 4px;
+ height: 40px; }
+
#btn_zoom_in {
background: url(../img/plus.svg);
background-position: center;
background-repeat: no-repeat;
- border: 0px; }
+ width: 16px;
+ height: 16px; }
#btn_zoom_out {
background: url(../img/minus.svg);
background-position: center;
background-repeat: no-repeat;
- border: 0px; }
-
-#zoom-bar {
- position: absolute;
- bottom: 50px;
- right: 10px; }
+ width: 16px;
+ height: 25px; }
.cmd-bar {
background-color: #85B375;
@@ -956,8 +961,12 @@ p {
/* Selected parts of the graph, right now by clicking, later with search. */
.notselected {
opacity: 0.2;
+ pointer-events: none;
-webkit-filter: blur(10px); }
+.linklabel.notselected {
+ display: none; }
+
.node.first-selected .circle {
stroke: #fad900;
stroke-opacity: 1;
@@ -1115,7 +1124,8 @@ g:focus circle {
color: #363636; }
.section-divider {
- color: #919095; }
+ color: #919095;
+ position: relative; }
.section-divider:before {
content: "";
width: 112px;