We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e0bda commit 80dc09cCopy full SHA for 80dc09c
settings/css/settings.scss
@@ -561,15 +561,18 @@ span.usersLastLoginTooltip {
561
position: relative;
562
top: -1px;
563
}
564
- #newuserHeader input{
+ input {
565
&:not([type='submit']),
566
&:not([type='reset']) {
567
width: 100%;
568
569
- &[type='submit'],
570
- &[type='reset'] {
571
- width: 50%;
572
- }
+ }
+ .userActions input {
+ border: none;
+ background-color: initial;
573
+ opacity: .5;
574
+ width: 44px;
575
+ height: 44px;
576
577
578
@@ -585,7 +588,6 @@ tr:hover > td {
585
588
586
589
587
590
td.userActions {
- width: 44px;
591
.toggleUserActions {
592
width: 44px;
593
height: 44px;
0 commit comments