diff options
author | Kristian Lyngstol <kly@kly@.no> | 2016-03-23 05:36:16 +0100 |
---|---|---|
committer | Kristian Lyngstol <kly@kly@.no> | 2016-03-23 05:36:16 +0100 |
commit | 65c8e3fca802155828626898ede0d08beccfe579 (patch) | |
tree | 0d9a7fd9d4fc02219b9d295ce636ee3cd107fad4 /web/nms.gathering.org/index.html | |
parent | 750c5c7224c0b6698780a2498ce7c0cffd65af3e (diff) | |
parent | 19cc542fc388edf953211c0c19bb2ed7b8da536f (diff) |
Merge branch 'master' of github.com:tech-server/tgmanage
Diffstat (limited to 'web/nms.gathering.org/index.html')
-rw-r--r-- | web/nms.gathering.org/index.html | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/web/nms.gathering.org/index.html b/web/nms.gathering.org/index.html index c919f2c..a10d1dc 100644 --- a/web/nms.gathering.org/index.html +++ b/web/nms.gathering.org/index.html @@ -26,16 +26,19 @@ <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <style type="text/css"> - canvas { - -webkit-touch-callout: none; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - outline: none; - -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */ - } + canvas { + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + outline: none; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */ + } + tr.mgmt_v4_addr { + font-weight: 700; + } </style> </head> |