소스 검색

Add files via upload

Daniele Bonini (皮夕): WebDev, DevOps and project care by lots of Simplicity bits 3 년 전
부모
커밋
75beb758f0
1개의 변경된 파일14개의 추가작업 그리고 1개의 파일을 삭제
  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;
+}