visuddhinanda 4 лет назад
Родитель
Сommit
8874a12af4
1 измененных файлов с 13 добавлено и 0 удалено
  1. 13 0
      app/dict/index.php

+ 13 - 0
app/dict/index.php

@@ -13,7 +13,20 @@ if (!(isset($_GET["builtin"]) && $_GET["builtin"] == 'true')) {
 
 	<link type="text/css" rel="stylesheet" href="./css/style.css" >
 	<link type="text/css" rel="stylesheet" href="./css/style_mobile.css" media="screen and (max-width:800px)">
+<style>
+guide.grammar_tag {
+    display: unset;
+    background: unset;
+    color: unset;
+    background-color: var(--btn-color);
+    padding: 0 3px;
+    border-radius: 3px;
 
+}
+.dict_word:hover  guide.grammar_tag {
+	text-decoration: underline;
+}
+</style>
 
 	<!-- tool bar begin-->
 	<div id='search_toolbar' class="search_toolbar">