fix a few small issues with identity area and popups, including breakage of the popup...
authorRobert Kaiser <robert@widebook.box.kairo.at>
Sun, 21 Jul 2013 22:45:14 +0000 (00:45 +0200)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Sun, 21 Jul 2013 22:45:14 +0000 (00:45 +0200)
LCARStrek/browser/browser.css
LCARStrek/global/popup.css

index 027911cd62ee27400cb187df9ed39badb49ff59d..6c8a8aba8b45371998a370152da14e32eeb4e52e 100644 (file)
@@ -1426,11 +1426,13 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon
 
 #identity-box:hover {
   background-color: #FFCF00;
+  color: #000000;
 }
 
 #identity-box:hover:active,
 #identity-box[open=true] {
   background-color: #FF9F00;
+  color: #000000;
 }
 
 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:hover,
index 8c647060d3c761c3d9b5d62936b87e841061cd92..9095fc1ff4bbb9c48434815cee43a4615467a259 100644 (file)
@@ -32,8 +32,8 @@ panel[type="arrow"] {
 
 .panel-arrowcontainer:not([panelopen]) {
   /* Does not work correctly in Linux right now. - 2012-09-30
+   * Actually, only breaks uncommon Window Managers, but arrowpanels disappear completely. 2013-07-21
   opacity: 0; */
-  opacity: 0.01;
 }
 
 .panel-arrowcontainer:not([panelopen])[side="top"] {