OSDN Git Service

Исправлено оформление пункта Выход
[invent/invent.git] / web / css / site.css
index a6a3cb4..190ce20 100644 (file)
@@ -94,6 +94,7 @@ a.desc:after {
 .nav li > form > button.logout {
     padding: 15px;
     border: none;
+    color: black;
 }
 
 @media(max-width:767px) {
@@ -122,4 +123,22 @@ a.desc:after {
 .print-cell {
     border-color: lightgray;
     border-style: double;
-}
\ No newline at end of file
+}
+
+.dropdown-menu button {
+    display: block;
+    padding: 3px 20px;
+    color: #333333;
+    text-decoration: none;
+    border: none;
+    background-color: transparent;
+    width: 100%;
+    text-align: left;
+}
+
+.dropdown-menu button:focus,
+.dropdown-menu button:hover {
+    color: #262626;
+    text-decoration: none;
+    background-color: #f5f5f5;
+}