mirror of https://github.com/xwiki-labs/cryptpad
removed the font weight from the settings buttons
This commit is contained in:
parent
6e852b83cf
commit
531941b17d
|
@ -127,7 +127,7 @@
|
|||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
//font-weight: bold;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
border-radius: @variables_radius;
|
||||
|
@ -193,7 +193,7 @@
|
|||
background-color: @cp_buttons-primary;
|
||||
color: @cp_buttons-primary-text;
|
||||
border-color: @cp_buttons-primary-border;
|
||||
font-weight: bold;
|
||||
//font-weight: bold;
|
||||
&:hover, &:not(:disabled):active, &:focus {
|
||||
color: @cp_buttons-primary-text;
|
||||
border-color: @cp_buttons-primary-border;
|
||||
|
|
Loading…
Reference in New Issue