1
0

/about/ white foreground on button hover

This commit is contained in:
Mike Schwörer 2018-02-03 18:01:02 +01:00
parent b1787df1fc
commit 77a879294a
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
3 changed files with 4 additions and 2 deletions

View File

@ -148,7 +148,8 @@ body {
margin: 5px 0; }
.iconbutton_light:hover {
cursor: pointer;
background-color: #555; }
background-color: #555;
color: #CCC; }
.iconbutton_light svg {
width: 14pt;
height: 14pt;

View File

@ -28,7 +28,7 @@ body{background-color:#EEE;color:#CCC;font-family:serif}
.iconbutton svg{width:14pt;height:14pt;margin:0 4px;fill:#CCC}
.iconbutton span{flex-grow:1;text-align:center;font-size:14pt}
.iconbutton_light{display:flex;justify-content:center;align-items:center;background:#888;color:#222;text-decoration:none;border:1px solid #000;margin:5px 0}
.iconbutton_light:hover{cursor:pointer;background-color:#555}
.iconbutton_light:hover{cursor:pointer;background-color:#555;color:#CCC}
.iconbutton_light svg{width:14pt;height:14pt;margin:0 4px;fill:#000}
.iconbutton_light span{flex-grow:1;text-align:center;font-size:14pt}
.stripedtable_container{overflow-x:auto}

View File

@ -168,6 +168,7 @@ body {
&:hover {
cursor: pointer;
background-color: #555;
color:#CCC;
}
svg {
width: 14pt;