Browse Source

iterating on this ish

Former-commit-id: b1022f9b0a
Former-commit-id: 040d3eaae1
pull/258/head
Jack Lukic 11 years ago
parent
commit
cd723696cb
2 changed files with 15 additions and 3 deletions
  1. 4
      source/ui/classic/menu.css
  2. 14
      source/ui/flat/menu.css

4
source/ui/classic/menu.css

@ -658,6 +658,10 @@
z-index: 10; z-index: 10;
width: 100%; width: 100%;
border: none; border: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
} }
.ui.menu.fixed.top { .ui.menu.fixed.top {
top: 0px; top: 0px;

14
source/ui/flat/menu.css

@ -92,6 +92,13 @@
background-color: rgba(0, 0, 0, 0.02); background-color: rgba(0, 0, 0, 0.02);
color: rgba(0, 0, 0, 0.9); color: rgba(0, 0, 0, 0.9);
} }
.ui.menu .dropdown.item .menu .item,
.ui.menu .dropdown.item .menu .item a {
color: rgba(0, 0, 0, 0.75);
}
.ui.menu .dropdown.item .menu .item a:hover {
color: rgba(0, 0, 0, 0.9);
}
/*-------------- /*--------------
Items Items
@ -213,7 +220,6 @@
font-size: 0.9em; font-size: 0.9em;
display: block; display: block;
color: rgba(0, 0, 0, 0.75);
-webkit-touch-callout: none; -webkit-touch-callout: none;
-webkit-user-select: none; -webkit-user-select: none;
@ -368,7 +374,6 @@
background-color: #F0F0F0; background-color: #F0F0F0;
} }
/*--- Contrasting ---*/ /*--- Contrasting ---*/
.ui.contrasting.menu { .ui.contrasting.menu {
background-color: #333333; background-color: #333333;
@ -390,6 +395,10 @@
background-color: rgba(255, 255, 255, 0.05); background-color: rgba(255, 255, 255, 0.05);
color: rgba(255, 255, 255, 0.9); color: rgba(255, 255, 255, 0.9);
} }
.ui.contrasting.menu .dropdown.item .menu .item,
.ui.contrasting.menu .dropdown.item .menu .item a {
color: rgba(0, 0, 0, 0.75);
}
/*--- Contrasting Colors ---*/ /*--- Contrasting Colors ---*/
.ui.contrasting.green.menu { .ui.contrasting.green.menu {
@ -490,7 +499,6 @@
} }
/*--- Pointers ---*/ /*--- Pointers ---*/
.ui.contrasting.pointing.menu .item.active:after { .ui.contrasting.pointing.menu .item.active:after {
background-color: #3E3E3E; background-color: #3E3E3E;
box-shadow: none; box-shadow: none;

Loading…
Cancel
Save