X-Git-Url: http://nitlanguage.org diff --git a/share/nitweb/stylesheets/nitweb.css b/share/nitweb/stylesheets/nitweb.css index 864c296..ccfcdd0 100644 --- a/share/nitweb/stylesheets/nitweb.css +++ b/share/nitweb/stylesheets/nitweb.css @@ -33,6 +33,10 @@ background: #FF8100; } +[ng-click] { + cursor: pointer; +} + /* Body */ body { @@ -127,28 +131,6 @@ entity-list:hover .btn-filter { pointer-events: none; } -/* search */ - -.search-input { - width: 100%; -} - -.search-results { - position: absolute; - margin-top: 2px; - right: 15px; - left: 15px; -} - -.search-results .card.active { - background: #eee; - border-color: #eee; -} - -.card-search { - cursor: pointer; -} - /* navs */ .nav-tabs li { cursor: pointer; }