]> git.agnieray.net Git - galette.git/blob - ui/semantic/galette/elements/button.overrides
3545248cc2f63329823b6a379cc604a5ac8aca61
[galette.git] / ui / semantic / galette / elements / button.overrides
1 /*******************************
2 Galette Overrides
3 *******************************/
4
5 /*----------------------------------------------
6 Reset color of simple buttons with icon
7 -----------------------------------------------*/
8 a.ui.button i.icon,
9 a.ui.button:hover i.icon {
10 color: inherit;
11 }
12
13 /*-----------------------------------------------------------------
14 Darken default primary color (orange) on buttons
15 ------------------------------------------------------------------*/
16 .ui.primary.button,
17 .ui.primary.buttons .button {
18 color: darken(@textColor, 15);
19 }
20
21 /*-----------------------------------------------------------------
22 Remove border radius on dropdown button when opened upward
23 Used for the batch actions menu
24 ------------------------------------------------------------------*/
25 .ui.upward.dropdown.button:not(.pointing):not(.floating).batch-select-action.active {
26 border-radius: 0;
27 }
28
29 .ui.compact.button.delcriteria {
30 margin-left: 1rem;
31 }
32
33 /*-------------------------------------------------
34 Dropdown actions button on member pages
35 --------------------------------------------------*/
36 .ui.floating.compact.labeled.dropdown.button {
37 .menu {
38 min-width: auto;
39 }
40 .label + .dropdown.icon {
41 margin-top: .4em;
42 }
43 }
44
45 /*----------------------------------------------
46 Resume existing email button
47 -----------------------------------------------*/
48 #recup_mailing.ui.tertiary.button,
49 #recup_mailing.ui.button > .icon {
50 margin: 0 !important;
51 }