1
0
forked from GitHub/gf-core

translator: small style change

This commit is contained in:
hallgren
2013-02-11 16:33:48 +00:00
parent 4ee6a83369
commit ae16e48d0d

View File

@@ -14,7 +14,9 @@ table.menubar td { padding: 5px; cursor: default; }
table.menubar dl, td.options > div > dl, dl.popupmenu {
z-index: 2;
display: none; position: absolute;
background: white; color: black;
background: white; /* fallback */
background: rgba(255,255,255,0.95);
color: black;
border: 1px solid black;
margin: 0;
box-shadow: 4px 4px 12px rgba(0,0,0,0.33);