mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
24 lines
566 B
CSS
24 lines
566 B
CSS
%if 0
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
%endif
|
|
|
|
.profile-name {
|
|
font-size: 13px;
|
|
padding: 8px;
|
|
}
|
|
|
|
#profiles-list > li {
|
|
width: 180px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.splitview-nav-container button {
|
|
color: white;
|
|
background-clip: padding-box;
|
|
border-bottom: 1px solid hsla(210,16%,76%,.1);
|
|
box-shadow: inset 0 -1px 0 hsla(210,8%,5%,.25);
|
|
-moz-padding-end: 8px;
|
|
-moz-box-align: center;
|
|
} |