Commit b0a69e68b57f0d33e70732515197098d453b6a6b

Authored by David RENÉ
1 parent 9a7b7a37

add some class for better handling the class drop-flag

Showing 1 changed file with 26 additions and 1 deletions   Show diff stats
resources/web/public/xlib/css/flags_menu.css
... ... @@ -84,7 +84,7 @@ div#flags_menu {
84 84 }
85 85  
86 86 #flags_menu img:hover {
87   - cursor: pointer;--~~~[[Image:[[Category:<nowiki><code></code></nowiki>]]]]
  87 + cursor: pointer;
88 88 }
89 89  
90 90 #flags_menu a {
... ... @@ -110,3 +110,28 @@ div#flags_menu {
110 110 color: #FF6600;
111 111 }
112 112  
  113 +.drop-flag img{
  114 + padding: 0 5px 0 0;
  115 +}
  116 +
  117 +.drop-flag-container *{
  118 + overflow: visible;
  119 +}
  120 +
  121 +.drop-flag-body{
  122 + overflow : visible !important;
  123 + position: absolute;
  124 + cursor: pointer;
  125 +}
  126 +
  127 +.drop-flag-body ul, .drop-flag-body li{
  128 + background: rgba(255,255,255,0.86);
  129 + border-left: 1px solid #93969C;
  130 + border-right: 1px solid #93969C;
  131 + border-bottom: 1px solid #93969C;
  132 + padding: 0 5px;
  133 +}
  134 +
  135 +.drop-flag-body li:hover{
  136 + color: #FF6600;
  137 +}
... ...