---
sourceDocument: Australia ServiceNow AI Platform user interface
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-user-interface

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform user interface

ft:clusterId :

    - platux

bundleId :

    - platux

workflow :

    - Platform


---

# Define a frame in a style sheet

# Define a frame in a style sheet {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Add style definitions for any custom frame UI macro you create.

## Vorbereitungen

Role required: content_admin or admin

## Warum und wann dieser Vorgang ausgeführt wird

Each frame has its own class name.

## Prozedur

1. Navigate to AllContent ManagementDesignStyle Sheets.
2. Select a style sheet to contain the frame definition.  
   Base system themes use a separate Frames style sheet.
3. Add the following code, substituting the desired frame name and style:  

       div.FRAMENAME{border:STYLE;}

4. Click Update.

