comparison client/src/components/usermanagement/Usermanagement.vue @ 2739:8057662812f1

client: fixed active state styling in users and bottlenecks table
author Markus Kottlaender <markus@intevation.de>
date Tue, 19 Mar 2019 19:09:41 +0100
parents add2d47c2567
children c6fba10926cc
comparison
equal deleted inserted replaced
2738:add2d47c2567 2739:8057662812f1
109 109
110 .userlistextended 110 .userlistextended
111 width: 100% 111 width: 100%
112 112
113 .table-body 113 .table-body
114 .row 114 /deep/.row
115 > div 115 > div
116 transition: background-color 0.3s, color 0.3s 116 transition: background-color 0.3s, color 0.3s
117 &.active 117 &.active
118 > div 118 background-color: $color-info
119 background-color: $color-info 119 color: #fff
120 color: #fff 120 a
121 a 121 color: #fff !important
122 color: #fff !important
123 </style> 122 </style>
124 123
125 <script> 124 <script>
126 /* This is Free Software under GNU Affero General Public License v >= 3.0 125 /* This is Free Software under GNU Affero General Public License v >= 3.0
127 * without warranty, see README.md and license for details. 126 * without warranty, see README.md and license for details.