|
Ultima modificación |
Ver Log
|
| Rev |
Autor |
Línea Nro. |
Línea |
| 1 |
efrain |
1 |
.atto_fontcolor_button .dropdown-menu {
|
|
|
2 |
min-width: inherit;
|
|
|
3 |
}
|
|
|
4 |
|
|
|
5 |
.atto_fontcolor_button .dropdown-menu .atto_menuentry {
|
|
|
6 |
padding-top: 5px;
|
|
|
7 |
padding-bottom: 5px;
|
|
|
8 |
}
|
|
|
9 |
|
|
|
10 |
.atto_fontcolor_button .dropdown-menu .atto_menuentry a[role=menuitem] {
|
|
|
11 |
display: flex;
|
|
|
12 |
}
|
|
|
13 |
|
|
|
14 |
.atto_fontcolor_button .dropdown-menu .atto_menuentry a[role=menuitem]:hover,
|
|
|
15 |
.atto_fontcolor_button .dropdown-menu .atto_menuentry a[role=menuitem]:focus {
|
|
|
16 |
box-shadow: #0f6fc5 0 0 3px 1px;
|
|
|
17 |
}
|
|
|
18 |
|
|
|
19 |
.atto_fontcolor_button .dropdown-menu .coloroption {
|
|
|
20 |
display: flex;
|
|
|
21 |
align-items: center;
|
|
|
22 |
float: left;
|
|
|
23 |
height: 20px;
|
|
|
24 |
width: 20px;
|
|
|
25 |
border: 1px solid #ccc;
|
|
|
26 |
}
|