nitweb/angular: add /classdef/:full_name page
[nit.git] / share / nitweb / stylesheets / nitweb.css
index 18f2f4e..2baad72 100644 (file)
@@ -76,6 +76,20 @@ a {
        color: #666;
        font-family: monospace;
 }
+
+/* tabs */
+
+.nav-tabs li { cursor: pointer; }
+
+.nav>li.warning>a {
+    color: #fff;
+    background-color: #f0ad4e;
+}
+
+.nav>li.warning>a:focus, .nav>li.warning>a:hover {
+    background-color: #ff9c0f;
+}
+
 /*
  * Code Highlighting
  */