2017: Update assets/css/custom.css
authorrsiddharth <rsd@gnu.org>
Tue, 7 Mar 2017 04:16:18 +0000 (04:16 +0000)
committerrsiddharth <rsd@gnu.org>
Tue, 7 Mar 2017 04:29:45 +0000 (04:29 +0000)
2017/assets/css/custom.css

index f7959ea19cac20773e29d4d1fdca59e7f7d2c634..bdf87add1571217edf872165ef8ed22726842930 100644 (file)
@@ -32,6 +32,21 @@ h3  {
 
 /* LP Program */
 
+.program-session-details-toggle-all {
+    margin-bottom: 25px;
+    display: none;
+}
+
+.program-session-details-toggle-all button {
+    font-weight: 700;
+}
+
+.program-session-details-toggle-all button.fixed {
+    position: fixed;
+    top: 50px;
+    right: 20px;
+}
+
 .program-day {
     margin-bottom: 10px;
 }
@@ -106,6 +121,8 @@ h3  {
 
 .program-session-room-details button {
     margin-left: 5px;
+    font-weight: 700;
+    display: none;
 }
 
 .program-session-ical-bg {
@@ -295,6 +312,21 @@ hr {
   border-color: rgba(88, 208, 121, 0.2);
 }
 
+.btn-default.active.focus,
+.btn-default.active:focus,
+.btn-default.active:hover,
+.btn-default.focus:active,
+.btn-default:active:focus,
+.btn-default:active:hover,
+.open > .dropdown-toggle.btn-default.focus,
+.open > .dropdown-toggle.btn-default:focus,
+.open > .dropdown-toggle.btn-default:hover {
+  color: #ffffff;
+  background-color: rgba(88, 208, 121, 1.0);
+  border-color: rgba(88, 208, 121, 0.2);
+}
+
+
 @media (min-width:1280px) {
   .btn-block {
     display: block;
@@ -357,16 +389,6 @@ hr {
   background-image: none;
 }
 
-.program-session-details-toggle-all {
-    margin-bottom: 25px;
-}
-
-.program-session-details-toggle-all button.fixed {
-    position: fixed;
-    top: 50px;
-    right: 20px;
-}
-
 /* Carousel */
 
 .btn-carousel {