Skip to content
Snippets Groups Projects
Select Git revision
  • 5aef9d37f25855eb22e55f3944acb19882c44051
  • master default
  • renovate/assertj-core.version
  • renovate/major-fontawesome.version
  • renovate/datatables.version
  • renovate/opencsv.version
  • renovate/org.springframework.boot-spring-boot-starter-parent-3.x
  • renovate/junit-jupiter-engine.version
  • renovate/selenium.version
  • renovate/testcontainer.version
  • demo
  • v1_8_1
  • v2.18.1
  • v2.18.0
  • v2.17.2
  • v2.17.1
  • v2.17.0
  • v2.16.1
  • v2.16.0
  • v2.15.1
  • v2.15.0
  • v2.14.0
  • v2.13.0
  • v2.12.0
  • v2.11.0
  • v2.10.0
  • v2.9.2
  • v2.9.1
  • v2.9.0
  • v2.8.0
  • testPipeline2
  • v2.7.0
32 results

templates.css

Blame
  • templates.css 434 B
    .template-content-label {
        font-weight: 600;
    }
    
    .template-header-name {
        max-width: 50%;
    }
    
    .collapsible-header-button {
        position: absolute;
        right: 15px;
        top: 8px;
        font-weight: bold;
    }
    
    .template-selected {
        background-color: var(--color-grey-light);
    }
    
    .template-icon {
        height: 1.7rem;
        margin-right: 1rem;
    }
    
    /* dark theme */
    [data-theme="dark"] .template-selected {
        background-color: #888888;
    }