Improve admin bar style
authorColeman Watts <coleman@civicrm.org>
Wed, 6 Nov 2019 12:25:35 +0000 (07:25 -0500)
committerCiviCRM <info@civicrm.org>
Wed, 16 Sep 2020 02:13:20 +0000 (19:13 -0700)
ext/afform/gui/ang/afGuiEditor.css

index 540a96fafbe0d021948b3d260e6d3c3ccc1e9cba..8047a19184d1c23f19bed189552e32eb86069f9c 100644 (file)
 
 #afGuiEditor .af-gui-bar {
   cursor: move;
-  visibility: hidden;
   background-color: #efefef;
   height: 22px;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
-  padding-left:15px;
+  padding-left: 15px;
+  opacity: 0;
+  transition: opacity 1s 2s;
 }
-
 #afGuiEditor-canvas:hover .af-gui-bar {
-  visibility: visible;
+  opacity: 1;
+  transition: opacity .2s;
+}
+
+#afGuiEditor .af-gui-bar .btn.active {
+  background-color: #b3b3b3;
 }
 
 #afGuiEditor .af-gui-field,