diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2019-01-03 19:17:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-01-03 19:17:36 +0000 |
commit | 1f14bfbc9b2651c25498e6eb4418bdbd85329277 (patch) | |
tree | 720662a5029bb2746cd3f2490a48db2e45b13bdb /src/static/css | |
parent | 733c993bfad197922881e86a09a9e09b89de5e30 (diff) | |
parent | 7c2a6e339c70f4c6d6653327f0a7f3820a03c35a (diff) |
Merge "Cleaning up look and feel"
Diffstat (limited to 'src/static/css')
-rw-r--r-- | src/static/css/graph_common.css | 32 |
1 files changed, 21 insertions, 11 deletions
diff --git a/src/static/css/graph_common.css b/src/static/css/graph_common.css index 7f90a66..cff1516 100644 --- a/src/static/css/graph_common.css +++ b/src/static/css/graph_common.css @@ -26,9 +26,6 @@ div.mxRubberband { margin: 0px; } div.mxWindow { - -webkit-box-shadow: 3px 3px 12px #C0C0C0; - -moz-box-shadow: 3px 3px 12px #C0C0C0; - box-shadow: 3px 3px 12px #C0C0C0; background: url('../img/mxgraph/window.gif'); border:1px solid #c3c3c3; position: absolute; @@ -67,19 +64,32 @@ td.mxWindowPane td { font-size: 8pt; } td.mxWindowPane input, td.mxWindowPane select, td.mxWindowPane textarea, td.mxWindowPane radio { - border-color: #8C8C8C; - border-style: solid; - border-width: 1px; font-family: Arial; font-size: 8pt; padding: 1px; } td.mxWindowPane button { - background: url('/static/img/mxgraph/button.gif') repeat-x; - font-family: Arial; - font-size: 8pt; - padding: 2px; - float: left; + color: #fff; + background-color: #337ab7; + border-color: #2e6da4; + display: inline-block; + margin: 2%; + font-size: 14px; + font-weight: 400; + line-height: 1.42857143; + text-align: center; + white-space: nowrap; + vertical-align: middle; + -ms-touch-action: manipulation; + touch-action: manipulation; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-image: none; + border: 1px solid transparent; + border-radius: 4px; } img.mxToolbarItem { margin-right: 6px; |