Browse Source

Add files via upload

Daniele Bonini (皮夕): WebDev, DevOps and project care by lots of Simplicity bits 3 năm trước cách đây
mục cha
commit
75beb758f0
1 tập tin đã thay đổi với 14 bổ sung1 xóa
  1. 14 1
      Public/static/css/style.css

+ 14 - 1
Public/static/css/style.css

@@ -34,7 +34,6 @@ body {
   font-family: helvetica neue,helvetica,arial,sans-serif;
   background-color: #FFFFFF;
   color: #000000;
-  overflow-y: hidden;
 }
 .standardfield{
   border: 0px;
@@ -90,3 +89,17 @@ body {
   border-bottom: 1px solid #2c2f34;
   padding: 8px;
 }
+.friend-header-ve  {
+  background: #FFFFFF;
+}  
+.friend-header-ve:hover  {
+  background: #E1E1E1;
+}
+.friend-header-ve-selected {
+  background: #73b3f2;
+  color: #FFFFFF;
+  font-weight: 900;
+}
+.friend-header-ve-selected a{
+  color: #FFFFFF;
+}