mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 22:38:51 +00:00
Theme css & fonts
This commit is contained in:
committed by
Francis Lachapelle
parent
2cd3920532
commit
aa64e86a43
27
UI/WebServerResources/css/app.css
Normal file
27
UI/WebServerResources/css/app.css
Normal file
@@ -0,0 +1,27 @@
|
||||
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
|
||||
display: none !important; }
|
||||
|
||||
.animate-show {
|
||||
-webkit-transition: all linear 0.5s;
|
||||
transition: all linear 0.5s;
|
||||
line-height: 20px;
|
||||
opacity: 1;
|
||||
padding: 10px;
|
||||
border: 1px solid black;
|
||||
background: white; }
|
||||
|
||||
.animate-show.ng-hide-add, .animate-show.ng-hide-remove {
|
||||
display: block !important; }
|
||||
|
||||
.animate-show.ng-hide {
|
||||
line-height: 0;
|
||||
opacity: 0;
|
||||
padding: 0 10px; }
|
||||
|
||||
.reveal-modal .close-reveal-modal:hover {
|
||||
color: #aaa; }
|
||||
|
||||
._selected {
|
||||
/* -webkit-border-radius: 2px; */
|
||||
/* -moz-border-radius: 2px; */
|
||||
/* border-radius: 2px; */ }
|
||||
Reference in New Issue
Block a user