diff --git a/client/css/style.css b/client/css/style.css index a9449a68..7663d889 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -346,9 +346,12 @@ button { opacity: 1; } +#viewport .rt-tooltip { + float: right; +} + #viewport .rt { display: block; - float: right; margin: 6px -12px 0 0; } @@ -1368,9 +1371,9 @@ button { visibility: hidden; opacity: 0; padding: 5px 8px; - font-size: 12px; + font: 12px Lato; line-height: 1.2; - color: #262c36; + color: #fff; text-align: center; text-decoration: none; text-shadow: none; @@ -1380,7 +1383,7 @@ button { white-space: pre; pointer-events: none; content: attr(aria-label); - background: #fff; + background: #222; border-radius: 3px; -webkit-font-smoothing: subpixel-antialiased; transition: .2s; @@ -1394,7 +1397,7 @@ button { opacity: 0; width: 0; height: 0; - color: #262c36; + color: #fff; pointer-events: none; content: ""; border: 5px solid transparent; @@ -1427,7 +1430,7 @@ button { right: 50%; bottom: -5px; margin-right: -5px; - border-bottom-color: #fff; + border-bottom-color: #222; } .tooltipped-se:after { @@ -1455,7 +1458,7 @@ button { right: 50%; bottom: auto; margin-right: -5px; - border-top-color: #fff; + border-top-color: #222; } .tooltipped-ne:after { @@ -1489,7 +1492,7 @@ button { bottom: 50%; left: -5px; margin-top: -5px; - border-left-color: #fff; + border-left-color: #222; } .tooltipped-e:after { @@ -1506,9 +1509,11 @@ button { right: -5px; bottom: 50%; margin-top: -5px; - border-right-color: #fff; + border-right-color: #222; } +/* End tooltips */ + /** * IRC Message Styling * https://github.com/megawac/irc-style-parser diff --git a/client/index.html b/client/index.html index f59043b9..74940d40 100644 --- a/client/index.html +++ b/client/index.html @@ -61,7 +61,9 @@
- + + +
diff --git a/client/themes/crypto.css b/client/themes/crypto.css index 51046c54..f561d7b2 100644 --- a/client/themes/crypto.css +++ b/client/themes/crypto.css @@ -129,6 +129,10 @@ a:hover, color: #666; } +.tooltipped:after { + font-family: Inconsolata-g, monospace; +} + @media (max-width: 768px) { #main { left: 0; diff --git a/client/views/chat.tpl b/client/views/chat.tpl index 94ace5e1..9ccb6391 100644 --- a/client/views/chat.tpl +++ b/client/views/chat.tpl @@ -3,7 +3,9 @@
{{#equal type "channel"}} - + + + {{/equal}} {{name}}