Sign in

qixiao / lts-task · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • lts-task
  • ..
  • templates
  • pace-theme-fill-left.tmpl.css
  • lts1.7.2源代码
    fa7b66f6
    欧保权 authored
    2026-05-18 14:09:47 +0800  
    Browse Files »
pace-theme-fill-left.tmpl.css 363 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background-color: `Color(args.color).clearer(0.8).rgbString() || "rgba(0, 0, 0, 0.2)"`;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
}