Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/style/themes/default/menus.css
blob: 5b36c71482aada64e2977de15b9a9a68e876c73a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/* ----------------------------------
 * ACTION / OBJECT MENU
 * Requires:
    menu-dialoges/core.css
 * ---------------------------------- */

[role="dialog"] menu.actions {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

[role="dialog"] menu.actions h3 {
  display: block;
  margin: 0 1.5rem;
}

[role="dialog"] menu.actions > ul {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0 0;
  display: block;
  overflow: hidden;
}

[role="dialog"] menu.actions > ul > li {
  padding: 1rem 1.5rem 0 1.5rem;
  margin: 0;
  display: block;
  overflow: hidden;
  border: none;
  height: auto;
  line-height: normal;
}

[role="dialog"] menu.actions > ul > li:last-child {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  background: #2d2d2d url(images/ui/pattern.png) repeat left top;
  margin-top: 1.5rem;
}

[role="dialog"] menu.actions > ul > li:not(:last-child) > button,
[role="dialog"] menu.actions > ul > li:not(:last-child) > a[role="button"] {
  font-size: 1.4rem;
  color: #fff;
  text-shadow: none;
  text-align: left;
  padding: 0 1rem;
  background: #4E4E4E padding-box;
  border: solid 1px rgba(0, 0, 0, 0.25);
}

[role="dialog"] menu.actions > ul > li:not(:last-child) > button:active,
[role="dialog"] menu.actions > ul > li:not(:last-child) > a[role="button"]:active {
  background-color: #006f86;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

[role="dialog"] menu.actions > ul > li:last-child > button,
[role="dialog"] menu.actions > ul > li:last-child > a[role="button"] {
  margin: 0.5rem 0 1rem 0;
}