Project

General

Profile

« Previous | Next » 

Revision 58565

[Connect Trunk]

customization.css: remove border radius css
connect css: add border radius for subscribe buttons

Zenodo Communities:
add breadcrumb
use communityId for helptexts

View differences:

connect-custom.css
257 257

  
258 258
#subscribeBtn > * > button, #inviteBtn > * > button {
259 259
    border-right: none;
260
    border-top-right-radius: 0;
261
    border-bottom-right-radius: 0;
260
    /*border-top-right-radius: 0;*/
261
    /*border-bottom-right-radius: 0;*/
262
    border-radius: 4px 0px 0px 4px;
262 263
    box-shadow: 0px 2px 6px #00000038;
263 264
    /*background-color: var(--portal-main-color);*/
264 265
}

Also available in: Unified diff