Added some fixes for SOMtonight and fixed npm
This commit is contained in:
parent
faeffc41e6
commit
4c123cd78d
@ -2,6 +2,9 @@
|
|||||||
body {
|
body {
|
||||||
background-color: #121212;
|
background-color: #121212;
|
||||||
}
|
}
|
||||||
|
a {
|
||||||
|
color: #01a299;
|
||||||
|
}
|
||||||
|
|
||||||
/* Login screen */
|
/* Login screen */
|
||||||
/* Background */
|
/* Background */
|
||||||
@ -200,6 +203,32 @@ div#detail-panel-wrapper {
|
|||||||
.m-element:hover {
|
.m-element:hover {
|
||||||
background-color: #2C2C2C;
|
background-color: #2C2C2C;
|
||||||
}
|
}
|
||||||
|
.m-wrapper.active {
|
||||||
|
margin: 0;
|
||||||
|
background:#333333;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section .block {
|
||||||
|
background: #2c2c2c;
|
||||||
|
border: unset;
|
||||||
|
}
|
||||||
|
.blue.ribbon p, .blue.ribbon .icon-check, .blue.ribbon .icon-check-empty{
|
||||||
|
color: #e1e1e1 !important;
|
||||||
|
}
|
||||||
|
.huiswerkbijlage .simple-view, .section a.right {
|
||||||
|
background: #333333;
|
||||||
|
color: #e1e1e1;
|
||||||
|
border-radius: 3px;
|
||||||
|
border: unset;
|
||||||
|
}
|
||||||
|
.huiswerkbijlage .simple-view .bijlage-label, .section a.right {
|
||||||
|
color: #a5a5a5;
|
||||||
|
}
|
||||||
|
.huiswerkbijlage .simple-view:hover .bijlage-label, .section a.right:hover {
|
||||||
|
color: #e1e1e1;
|
||||||
|
background: unset;
|
||||||
|
border: unset;
|
||||||
|
}
|
||||||
/* Ions */
|
/* Ions */
|
||||||
.icon-geen-van-beide, .icon-huiswerk, .icon-leermiddelen, .icon-maatregel, .icon-studiewijzer, .icon-toets {
|
.icon-geen-van-beide, .icon-huiswerk, .icon-leermiddelen, .icon-maatregel, .icon-studiewijzer, .icon-toets {
|
||||||
background-color: #01A299;
|
background-color: #01A299;
|
||||||
|
5149
package-lock.json
generated
5149
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
20
package.json
Normal file
20
package.json
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"name": "somtodaynt",
|
||||||
|
"version": "1.20.0",
|
||||||
|
"description": "Simple browser plugin for changing the slogan of SOMtoday",
|
||||||
|
"main": "./content/js/index.js",
|
||||||
|
"dependencies": {
|
||||||
|
"web-ext": "^5.4.1",
|
||||||
|
"webextension-polyfill": "^0.7.0"
|
||||||
|
},
|
||||||
|
"devDependencies": {},
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://gitea.arnweb.nl/arne/somtodaynt.git"
|
||||||
|
},
|
||||||
|
"author": "Arne van Iterson",
|
||||||
|
"license": "ISC"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user