Skip to content

CavNet Assignments by KingsSack

Details

AuthorKingsSack

LicenseNo License

Categoryhttps://saccds.myschoolapp.com/app/student#studentmyday/assignment-center

Created

Updated

Size1.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Description

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Assignments
@version      20230530.22.14
@namespace    ?
==/UserStyle== */

@-moz-document url("https://saccds.myschoolapp.com/app/student#studentmyday/assignment-center") {
.pri-100-bgc, .pri-100-bgc-hover:hover {
    background-color: #ef4044 !important;
}

.subnavbar {
    background-color: #ececec !important;
    border: none;
    border-radius: 0 0 20px 20px;
}

#site-nav ul.topnav > li > a.active, #site-nav ul.topnav > li > a:hover, .subnavbar .nav > .active > a, .subnavbar .nav > .active > a:hover {
    background-repeat: no-repeat;
    background-image: none;
}
.subnavbar .nav>.active>a, .subnavbar .nav>.active>a:hover {
    box-shadow: none;
    color: #000;
    background-color: #f5f5f5;
}
.subnavbar .nav>li>a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    border-radius: 20px;
    color: #000;
    font-size: 14px;
    margin: 3px;
    padding-bottom: 8px;
    padding-top: 8px;
    white-space: nowrap;
}


.bb-tile .bb-tile-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border: none;
    color: inherit;
    margin-bottom: 0;
    cursor: pointer;
    padding: 0;
}

.bb-tile-content {
    background-color: #fff;
    color: inherit;
    border: none;
    clear: both;
    border-radius: 20px;
    padding: 10px;
}
.bb-action-bar {
    background-color: transparent;
    padding: 10px;
    border: none;
}

.btn {
    background-color: #f9f9f9;
    border-radius: 15px;
    border: none;
    margin: 2px;
}
#assignment-center .bb-action-bar .btn-group .btn {
    margin: 2px;
    border-radius: 15px;
    border: none;
    background-color: #f9f9f9;
}
.btn:active, .btn.active {
    outline: 0;
    box-shadow: none;
    background-color: #ef4044;
}
}

Reviews

No reviews yet.